gfwilliams / svgtoeagle

Online SVG to Eagle CAD converter
MIT License
85 stars 26 forks source link

TODO: Add worker to prevent main thread from locking up #31

Open ToastyStoemp opened 1 year ago

ToastyStoemp commented 1 year ago

With more complex shapes browsers take a while to handle, moving the processing code to a worker thread would allow us to prevent this from locking up. Also can add some UI on the main thread to show that the script is running