excalidraw/packages/element
Márk Tolmács e48b63a0ae
Some checks failed
Tests / test (push) Successful in 4m54s
Auto release excalidraw next / Auto-release-excalidraw-next (push) Successful in 2m15s
Build Docker image / build-docker (push) Failing after 8s
Cancel previous runs / cancel (push) Failing after 2s
Publish Docker / publish-docker (push) Failing after 27s
New Sentry production release / sentry (push) Failing after 2m58s
fix: Rounded diamond edge elbow arrow U route (#9349)
2025-04-07 10:43:07 +02:00
..
src fix: Rounded diamond edge elbow arrow U route (#9349) 2025-04-07 10:43:07 +02:00
tests fix: deselected hit element being duplicated + incorrect re-seeding (#9333) 2025-04-07 10:41:31 +02:00
.eslintrc.json refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
global.d.ts refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
package.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00
README.md refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01:00
tsconfig.json fix: incorrect type imports (#9308) 2025-03-27 12:00:12 +01:00

@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