An exploration of different JavaScript drawing libraries.
The comparison contains:
Deployed to https://js-drawing.netlify.app/
-
Install nvm
-
Use correct node version
nvm use
-
Install dependencies in this folder
npm install
-
Run with
npm start
. Open http://localhost:3000 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.
This project was bootstrapped with Create React App, however it aims to use the libraries in their most native form, so they are included in index.html
from a CDN, and the drawing code is imported outside of React rendering.
Create React App is used only as a simple way to get it building in a modern JavaScript environment.