Forum Feature requests

JavaScript Library Support

ontic
Any chance you can add support for Paper.js? It's one hell of a Canvas/SVG library!

https://github.com/paperjs/paper.js
mikeday
It looks amazing! Lots of animations and interactions though. Would you have a good static test document that we should try with Prince?
ontic
I'll try and put something together for you this week.
ontic
I finally had time to revisit this project and have put together a very basic example of using Paper.js. https://gist.github.com/adamdyson/852291b64a98fd287554

The example in the link above simply creates a rectangle shape and exports SVG from the scene graph. So no complex animation and interactions. Also included in the link is the command executed in an attempt to produce a PDF and the resulting output.