Tldraw/examples/tldraw-example
Thomas Steiner c8badf8072
Another attempt at making use of the `browser-fs-access` npm package directly (#894)
* Fight with TypeScript

* Make TypeScript happy(?)

* Apply suggestions from code review

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>

* Update yarn.lock

* Fix favicons

Co-authored-by: Mateusz Burzyński <mateuszburzynski@gmail.com>
Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
2022-08-11 08:41:50 +01:00
..
public Another attempt at making use of the `browser-fs-access` npm package directly (#894) 2022-08-11 08:41:50 +01:00
src
.gitignore
LICENSE.md
README.md
card-repo.png
index.html Another attempt at making use of the `browser-fs-access` npm package directly (#894) 2022-08-11 08:41:50 +01:00
package.json
tsconfig.json
tsconfig.node.json
vite.config.ts

README.md

@tldraw/tldraw-example

An simple example project for @tldraw/tldraw.

To start this project:

  • run yarn from the repository's root directory
  • run yarn start from the repository's root directory
  • OR run yarn dev from the examples/tldraw-example directory