dreampuf / GraphvizOnline

Let's Graphviz it online
https://dreampuf.github.io/GraphvizOnline/
BSD 3-Clause "New" or "Revised" License
799 stars 213 forks source link

feat: Implement compression in share URL #34

Closed strazto closed 8 months ago

strazto commented 8 months ago

Did this quick n dirty - If the URL shortener fails, default to compression, using the compression query string that was previously unused.

Import the LZMAString library from a CDN, using SRI to ensure it's correct

dreampuf commented 8 months ago

Thank you for your contribution.