Category "paperjs"

What's the differences with the line, path, and shape classes in KonvaJS?

I'm a big fan of PaperJS, however, the library doesn't see much activity so we're looking at other tools, like KonvaJS, Fabric, and Pixi. We'd like to replicate

Why can't I add points to a Group in PaperJS?

grid = new Group(); for (y = 0; y < isoSteps; y++) { for (x = 0; x < isoSteps; x++) { p = new Point(x * stepSize, y * stepSize); grid.