excalidraw/src/data
Arun b9e70ec666
feat: Implement the Web Share Target API (#3230)
* Use the web share target API

* Make requested changes

* Remove line

* Add application/json back

* Add application/vnd.excalidraw+json

* Add 'POST' check back

* Make requested changes

* Update src/appState.ts

Co-authored-by: Thomas Steiner <tomac@google.com>

* Update test

* Override initializeScene

* Use Excalidraw MIME type

* Minor fixes

* More MIME type tweaks

* More permissive file open

* Be overpermissive in file open

Co-authored-by: Thomas Steiner <tomac@google.com>
Co-authored-by: tomayac <steiner.thomas@gmail.com>
2021-03-13 22:42:54 +01:00
..
blob.ts refactor: Rename appearance to theme (#3237) 2021-03-13 18:58:06 +05:30
encode.ts fix encoding of embed data & compress (#2240) 2020-10-15 21:31:21 +02:00
image.ts fix encoding of embed data & compress (#2240) 2020-10-15 21:31:21 +02:00
index.ts feat: Support exporting with dark mode (#3046) 2021-02-24 15:22:17 +01:00
json.ts feat: Implement the Web Share Target API (#3230) 2021-03-13 22:42:54 +01:00
library.ts Fix library import (#2360) 2020-11-08 17:08:22 +01:00
restore.ts feat: export restore API's from Excalidraw package (#3049) 2021-02-15 14:22:04 +01:00
types.ts feat: Add support for scrollToCenter in initialData so host can control whether to scroll to center on mount (#3070) 2021-02-21 19:01:34 +05:30