mirror of
https://github.com/excalidraw/svg-to-excalidraw.git
synced 2026-05-17 13:30:43 +00:00
24897c10e0c6772dd27ef6e664e47876257add5d
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.16.0 to 4.16.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.16.1/packages/eslint-plugin) 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%