ยป npm install canvas
[AskJS] What is the best canvas library to make an app like figma or integromat?
None, figma is built with wasm + complex canvas manipulations, you won't find the advanced snapping feature in any js library
More on reddit.comFavorite Canvas libraries?
Learning it from scratch right now. shudders at the math, the maaaaaath
More on reddit.comAn open-source lightweight JavaScript library to draw graphs, using the HTML canvas element
Very nice. r/visualization would love this.
More on reddit.comHow to implement different Javascript Canvas libraries in React
I've done a guide on how to use the Scrawl-canvas library in a React project here: https://scrawl-v8.rikweb.org.uk/how-do-i/add-to-a-react-project
More on reddit.comVideos
I'm looking for a HTML5 canvas library to make an app like those, which one do you guys think would be the best for something like this?
None, figma is built with wasm + complex canvas manipulations, you won't find the advanced snapping feature in any js library
Answer has not changed from the past. Still pixijs.
There are a bunch of other libraries, but none as performant.
Canviskit is interesting, but the documentation is questionable at best.
Might also look into Flutter (or just Dart UI) which is using Dart and built on canvaskit.