https://github.com/pomdtr/smallweb-tldraw
Tldraw as a smallweb app
https://github.com/pomdtr/smallweb-tldraw
smallweb-app
Last synced: about 1 year ago
JSON representation
Tldraw as a smallweb app
- Host: GitHub
- URL: https://github.com/pomdtr/smallweb-tldraw
- Owner: pomdtr
- License: mit
- Created: 2024-07-23T12:39:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:16:18.000Z (over 1 year ago)
- Last Synced: 2025-01-14T18:49:16.540Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smallweb Tldraw
## Usage
Create a smallweb.json file with the following content
```json
{
"entrypoint": "jsr:@pomdtr/tldraw",
"permissions": {
"write": ["./drawings"]
}
}
```