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

https://github.com/pomdtr/smallweb-excalidraw

Excalidraw running on smallweb
https://github.com/pomdtr/smallweb-excalidraw

smallweb-app

Last synced: 9 months ago
JSON representation

Excalidraw running on smallweb

Awesome Lists containing this project

README

          

# Usage

```ts
import { Excalidraw } from "jsr:@smallweb/excalidraw";

const excalidraw = new Excalidraw();

export default excalidraw;
```