excalidraw / svg-to-excalidraw

Convert SVGs into Excalidraw data
https://codesandbox.io/s/elastic-brook-4sfvz
MIT License
129 stars 26 forks source link

Update deps to range limits. Begin work on a dev testbed. #178

Closed brochington closed 5 months ago

brochington commented 5 months ago

This PR:

  1. Updates dependencies to the range maximum. Output generation was tested, but in the future this project really needs actual tests.
  2. Begins work on a functional to ease dev work. For now this is a simple page that has a textarea that takes in svg markup, and converts it to JSON which can be pasted directly in an Excalidraw session. There is also a basic JSON viewer allowing inspection of the generated JSON.