mirror of
https://github.com/excalidraw/svg-to-excalidraw.git
synced 2026-05-17 13:30:43 +00:00
db2755d60419a252691a864446bc3da3791b98b4
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.2...v4.2.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
svg-to-excalidraw
Library to convert SVG to Excalidraw’s file format.
💾 Installation
yarn add svg-to-excalidraw
🔰 Usage
TODO.
🎲 Running tests
TODO.
🏗️ Local Development
Building the Project
yarn build
# Build and watch whenever a file is updated
yarn build:watch
Running dev pages locally
There are a number of pages that exist in the dev folder that help in local development. These files need to be served, but a local dev serve is provided via the serve library.
yarn dev:serve
# open up a browser page to localhost:5000/dev
👥 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Languages
TypeScript
91.6%
HTML
5.5%
JavaScript
2.9%