nxt3AT / sankeydiagram.net

sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
Other
75 stars 12 forks source link

feature request: use brotli instead of lz compression #35

Open JonasDoesThings opened 2 years ago

JonasDoesThings commented 2 years ago

Using brotli instead of lz for compressing the input into the sharing url could probably shrink the length of share-urls.

Due to backwards-compatibility we should still keep in LZ tho and mark brotli strings with some magic bit at the beginning.