I have a fork for anstyle-svg but for HTML, anstyle-html.
The advantage of HTML is that web-browsers can easily handle a 20000 lines long output, while can barely handle a 1000 lines long SVG from anstyle-svg.
Compared to anstyle-svg, anstyle-html basically the same except for the main function render_html.
Would this be something you would be interested having upstreamed? as a new crate? directly in anstyle-svg?
I have a fork for
anstyle-svgbut for HTML,anstyle-html.The advantage of HTML is that web-browsers can easily handle a 20000 lines long output, while can barely handle a 1000 lines long SVG from
anstyle-svg.Compared to
anstyle-svg,anstyle-htmlbasically the same except for the main functionrender_html.Would this be something you would be interested having upstreamed? as a new crate? directly in
anstyle-svg?