tldraw/apps/vscode/editor
Steve Ruiz c54c800675
[improvement] local copy and export for images (#669)
* local images

use assets for local copy

add menu options

* clean up packages

* cleanup unused content, move file handling into app.paste

* Add tldraw-assets.json to other files.

* add path to editor

* Update build.mjs

* add export to server example with link to gist

* Fix onAssetCreate and onAssetDelete APIs

* Update yarn.lock

* fix bugs on paste, adjust api for getting images, fix readonly on cut, copy, paste

* re-enable swc

* paste svg strings as svg images

* cleanup

* fix string case for tldraw json
2022-05-11 14:25:08 +01:00
..
scripts [improvement] local copy and export for images (#669) 2022-05-11 14:25:08 +01:00
src [improvement] local copy and export for images (#669) 2022-05-11 14:25:08 +01:00
CHANGELOG.md fix build for vscode extension 2022-04-26 11:40:26 +01:00
LICENSE.md Update documentation 2022-01-07 09:01:08 +00:00
package.json fix build for vscode extension 2022-04-26 11:40:26 +01:00
README.md update images 2022-03-09 16:11:30 +00:00
tsconfig.json [improvement] Improve monorepo (lask + turbo) (#566) 2022-02-08 11:05:56 +00:00
tsconfig.tsbuildinfo [big chore] restore core to monorepo (#287) 2021-11-18 13:09:18 +00:00
yarn.lock [fix] Protect document from missing parents / children. (#622) 2022-03-17 12:42:18 +00:00

@tldraw/vscode-editor

The app for the tldraw VS Code Extension.

See the README at vscode for more about this project.