From e081d07482ad7b0b1e08574df17d8a1e1b87745e Mon Sep 17 00:00:00 2001 From: Francois Laberge Date: Fri, 23 Jul 2021 08:53:44 -0400 Subject: [PATCH] Add entry for PWA in documentation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 72023fe76..bfc337bf9 100644 --- a/README.md +++ b/README.md @@ -388,3 +388,6 @@ When cancelled, it is the responsibility of the session to restore the state to For this reason, many sessions begin by taking a snapshot of the current draft. > Because the draft is a JavaScript Proxy, you must deep clone any parts of the draft that you want to include in a snapshot. (Direct references will fail as the underlying Proxy will have expired.) While the memory size of a snapshot is not usually a concern, this deep-cloning process is thread-blocking, so try to snapshot only the parts of the `data` draft that you need. + +### PWA Support +Tldraw can be installed as PWA via browsers on mobile and desktop. \ No newline at end of file