excalidraw/packages/element
2025-03-24 14:15:03 +01:00
..
src Enforce eslint rules not to import anything from excalidraw package inside common & element 2025-03-24 14:04:55 +01:00
tests Move utils source into src/ 2025-03-24 12:15:37 +01:00
.eslintrc.json Enforce eslint rules not to import anything from excalidraw package inside common & element 2025-03-24 14:04:55 +01:00
global.d.ts Fix esbuild & ts build issues 2025-03-24 14:15:03 +01:00
package.json Fix esbuild & ts build issues 2025-03-24 14:15:03 +01:00
README.md Add @excalidraw/element package 2025-03-13 12:55:13 +01:00
tsconfig.json Add @excalidraw/element package 2025-03-13 12:55:13 +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