A chrome / firefox extension to draw on any webpage with tldraw.
From the root folder:
-
Run
yarn
to install dependencies. -
Run
yarn build
to build the extension and the tldraw package. -
Chrome:
- Go to
chrome://extensions/
in your browser. - Enable developer mode and select
Load Unpacked
and load thedist
folder.
- Go to
-
Mozilla:
- Go to
about:debugging#/runtime/this-firefox
in your browser - Select
Load Temporary Add-on...
and select any file inside thedist
folder.
- Go to
-
Navigate to a website and use the keyboard shortcut
CMD/CTRL + SHIFT + e
to enable the extension.