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: about 1 year 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"]
}
}
```