c54c800675
* 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 |
||
---|---|---|
.. | ||
scripts | ||
src | ||
LICENSE.md | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
@tldraw/core-example-advanced
An advanced example project for @tldraw/core
.
To start this project:
- run
yarn start:core
from the repository's root directory - open
http://localhost:5420
in your browser