excalidraw/packages/common
2025-03-24 14:04:55 +01:00
..
src Fx issues with esbuild 2025-03-24 13:54:45 +01:00
tests Move queue in common 2025-03-18 20:08:09 +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 Fixing common package 2025-03-17 13:57:03 +01:00
package.json Fix components 2025-03-17 20:04:21 +01:00
README.md Add @excalidraw/common package 2025-03-14 12:56:12 +01:00
tsconfig.json Add @excalidraw/common package 2025-03-14 12:56:12 +01:00

@excalidraw/common

Install

npm install @excalidraw/common

If you prefer Yarn over npm, use this command to install the Excalidraw utils package:

yarn add @excalidraw/common

With PNPM, similarly install the package with this command:

pnpm add @excalidraw/common