Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nimeshnayaju/tldrawe
Draw on any webpage with tldraw.
https://github.com/nimeshnayaju/tldrawe
annotate chrome extension firefox tldraw
Last synced: about 2 months ago
JSON representation
Draw on any webpage with tldraw.
- Host: GitHub
- URL: https://github.com/nimeshnayaju/tldrawe
- Owner: nimeshnayaju
- Created: 2022-02-11T05:14:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T15:22:43.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T10:03:55.108Z (6 months ago)
- Topics: annotate, chrome, extension, firefox, tldraw
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/tldrawe/mhkmpnjdjhckmcejgmajnjhbmclmkdnd
- Size: 2.35 MB
- Stars: 71
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tldrawe
A [chrome](https://chrome.google.com/webstore/detail/mhkmpnjdjhckmcejgmajnjhbmclmkdnd) / [firefox](https://addons.mozilla.org/addon/tldrawe/) extension to draw on any webpage with tldraw.
![A screenshot of the tldrawe extension](./screenshots/screenshot.png)
# Development
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 the `dist` folder.- Mozilla:
- Go to `about:debugging#/runtime/this-firefox` in your browser
- Select `Load Temporary Add-on...` and select any file inside the `dist` folder.- Navigate to a website and use the keyboard shortcut `CMD/CTRL + SHIFT + e` to enable the extension.