excalidraw/packages/common
2025-03-14 16:35:29 +01:00
..
binaryheap.ts Separate more things 2025-03-14 16:35:29 +01:00
colors.ts Move common stuff 2025-03-14 13:23:10 +01:00
constants.ts Move common stuff 2025-03-14 13:23:10 +01:00
keys.test.ts Separate more things 2025-03-14 16:35:29 +01:00
keys.ts Separate more things 2025-03-14 16:35:29 +01:00
package.json Add @excalidraw/common package 2025-03-14 12:56:12 +01:00
points.ts Separate more things 2025-03-14 16:35:29 +01:00
random.ts Separate more things 2025-03-14 16:35:29 +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
url.test.tsx Separate more things 2025-03-14 16:35:29 +01:00
url.ts Separate more things 2025-03-14 16:35:29 +01:00
utils.ts Separate more things 2025-03-14 16:35:29 +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