-
Hello,
I am creating a little drawing application and I want to be able to add brushes as tools. I will be given brushes as SVG. However I am noticing that when drawing it is not performing as well o…
-
Now that there is support for the Canvas API through node-canvas, I think it makes sense to also support image loading through the `Canvas.Image` class from the same module.
I am willing to work on t…
lehni updated
7 years ago
-
I'm trying to use FileSaver.js to create a PNG download from a Canvas. Works great when working directly with the canvas from JavaScript. However, with paper.js, for some reason it works with the canv…
-
Hello,
I'm currently using paperjs in my project which uses webpack. I use to install packages using only NPM, because it has become a wide option even for clientside libraries.
I noticed that in…
-
In our public-facing site exposing the worm database, it will be nice if we can support a short sample or visualization of the worm file bring requested. Such a visualization is possible with client-…
-
On one of my projects using paperjs, every single `npm install` node tries to install the `canvas` dependency. This fails (because I don't have cairo, etc) and I since I'm going to use this purely in …
-
I want to create a basic drawing tool that integrates with math-rendering library MathJax for javascript. Integrate meaning I want both math equations and drawn vectors on one page. Basically, I'm try…
-
Hi,
First of all, paperjs is awesome.
Although there's a problem. When doing even the most basic animation (just rotating a rectangle), I noticed that when I use version 0.9.9 and below, animat…
-
I've created a sketch that illustrates the issue:
http://sketch.paperjs.org/#S/rZHLasMwEEV/5eJNHDAJNISAS1ehXZd2GWchW2NL2B0ZeZo0Nf73SjZtoetu9JjHPdLcMWH1RkmevLYklUmypHI63rdbHD0pISh4qkRx0xEGo3rS6JUYXG…
-
Hey @alexjlockwood
I see your demo at [here](http://www.androiddesignpatterns.com/2016/11/introduction-to-icon-animation-techniques.html) and very amazed, really.
I am interested in CDN js file for…