Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"]
}
}
```