Is there a way we can download the SVG.js documentation for offline use? Or is there a way to make the documentation contributeable to so we can also submit improvements to the documentation?
Not that i can think of. You can Ofc just grab all pages of svgjs.com. There are tools out there to do that.
Another option would be to check out an older version of svg.js where the docs were in the Readme and use the Readme as docs
All docs for svg.js are on https://github.com/svgdotjs/svgdotjs.github.io
You can just fork it and submit PRs there :)
Oh right - I feel like I should haven known that :D
Thanks! Issue resolved :)
Most helpful comment
Oh right - I feel like I should haven known that :D