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
- Host: GitHub
- URL: https://github.com/pomdtr/smallweb-excalidraw
- Owner: pomdtr
- Created: 2024-06-26T10:54:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T13:10:09.000Z (about 1 year ago)
- Last Synced: 2025-09-16T11:50:35.997Z (9 months ago)
- Topics: smallweb-app
- Language: TypeScript
- Homepage: https://jsr.io/@pomdtr/excalidraw
- Size: 8.42 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage
```ts
import { Excalidraw } from "jsr:@smallweb/excalidraw";
const excalidraw = new Excalidraw();
export default excalidraw;
```