excalidraw/packages/common
Rubén Norte 6fe7de8020
All checks were successful
Tests / test (push) Successful in 4m59s
fix: Add DOCTYPE and XML preamble in exported SVG documents (#9386)
* Add DOCTYPE and XML preamble in exported SVG documents

* Update packages/excalidraw/data/index.ts

---------

Co-authored-by: David Luzar <5153846+dwelle@users.noreply.github.com>
2025-04-14 21:25:18 +02:00
..
src fix: Add DOCTYPE and XML preamble in exported SVG documents (#9386) 2025-04-14 21:25:18 +02:00
tests refactor: separate elements logic into a standalone package (#9285) 2025-03-26 15:24:59 +01: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/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