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.
 
 
 
Márk Tolmács f06484c6ab
fix: Angle snapping around bindable objects incorrectly resolves (#10501)
2 days ago
..
src fix: Angle snapping around bindable objects incorrectly resolves (#10501) 2 days ago
tests fix: Box selection of arrows (#10451) 2 weeks ago
.eslintrc.json refactor: separate elements logic into a standalone package (#9285) 9 months ago
README.md refactor: separate elements logic into a standalone package (#9285) 9 months ago
global.d.ts refactor: separate elements logic into a standalone package (#9285) 9 months ago
package.json chore: release multiple packages (#9698) 6 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