svgdotjs / svgdom

Straightforward DOM implementation to make SVG.js run headless on Node.js
MIT License
269 stars 53 forks source link

Can this run without Node.Js in an embedded Javascript VM #93

Closed kariem2k closed 1 year ago

kariem2k commented 1 year ago

It is a great idea and makes great things possible.

I was wondering if I could use svgdom and svg.js in an embedded JVM like duktape (without having node.js)?

Thanks

Fuzzyma commented 1 year ago

This lib relies on node libraries so unless you find a replacement for every used dependency and adapt the api access, this won't be possible.

kariem2k commented 1 year ago

Thanks for your quick answer