Virtual whiteboard for sketching hand-drawn like diagrams
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
David Luzar 816c81c12e
feat(editor): ERD arrowheads and diagrams (#10940)
6 days ago
..
src feat(editor): ERD arrowheads and diagrams (#10940) 6 days ago
tests feat(editor): support embedding google drive videos (#10788) 4 weeks ago
.eslintrc.json refactor: separate elements logic into a standalone package (#9285) 12 months ago
README.md refactor: separate elements logic into a standalone package (#9285) 12 months ago
global.d.ts refactor: separate elements logic into a standalone package (#9285) 12 months ago
package.json feat: move visualdebug to utils and introduce volume bindable visualization (#10617) 2 months ago
tsconfig.json fix: incorrect type imports (#9308) 12 months ago

README.md

@excalidraw/element

Install

npm install @excalidraw/element

If you prefer Yarn over npm, use this command to install the Excalidraw utils package:

yarn add @excalidraw/element

With PNPM, similarly install the package with this command:

pnpm add @excalidraw/element