dependabot[bot] db2755d604 chore(deps-dev): Bump typescript from 4.2.2 to 4.2.3 (#16)
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>
2021-03-09 12:35:46 +02:00
2021-02-23 00:08:14 +01:00
2021-02-23 00:08:14 +01:00
2021-02-19 01:39:32 +02:00
2021-02-23 10:19:49 +01:00

svg-to-excalidraw

Library to convert SVG to Excalidraws 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.

S
Description
Convert SVGs into Excalidraw data
Readme MIT 1.5 MiB
Languages
TypeScript 91.6%
HTML 5.5%
JavaScript 2.9%