-
-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi,
I'm currently using this to give me some SVG functionality in a node server. Any future plans to replace sax with a more performant parser?
I have a few very large SVGS (>500000 paths) and the parsing takes over a minute.
Chrome is able to render these svgs in a few seconds.
saxes is a near drop in and claims to be more performant
https://github.com/lddubeau/saxes
sax-wasm claims to be very fast and has a web assembly build.
https://www.npmjs.com/package/sax-wasm
An alternative would also be to allow a custom parser to be used in place of sax.
Metadata
Metadata
Assignees
Labels
No labels