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.
 
 
 
Narek Malkhasyan 2a0d15799c
fix: when dragging arrow endpoint, update binding only on the dragged side (#9367)
8 months ago
..
src fix: when dragging arrow endpoint, update binding only on the dragged side (#9367) 8 months ago
tests refactor: remove dependency on the (static) Scene (#9389) 8 months ago
.eslintrc.json
README.md
global.d.ts
package.json fix: incorrect type imports (#9308) 9 months ago
tsconfig.json fix: incorrect type imports (#9308) 9 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