Features
Installation
From App Store
Open the App Store in zOS and search for "Excalidraw".
Via npm
npm install @zos-apps/excalidraw
How to Use
- Select tool from toolbar
- Draw on canvas
- Export to PNG/SVG
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| V | Select |
| R | Rectangle |
| D | Diamond |
| E | Ellipse |
| A | Arrow |
Development
# Install dependencies
npm install
# Start development
npm run dev
# Build for production
npm run build