Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pomdtr/smallweb-tldraw
Tldraw as a smallweb app
https://github.com/pomdtr/smallweb-tldraw
smallweb-app
Last synced: 4 days 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T16:16:18.000Z (4 months ago)
- Last Synced: 2024-11-14T21:33:44.673Z (2 months 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"]
}
}
```