excalidraw/packages/element
2025-04-18 01:11:37 +08:00
..
src fix: keep orig elem in place on alt-duplication (#9403) 2025-04-17 16:08:07 +02:00
tests fix: keep orig elem in place on alt-duplication (#9403) 2025-04-17 16:08:07 +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 feats: 为 snow-shot 提供自定义功能 2025-04-18 01:07:56 +08: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