Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.22 KB

File metadata and controls

36 lines (21 loc) · 1.22 KB

JavaScript drawing library comparison

Netlify Status

An exploration of different JavaScript drawing libraries.

The comparison contains:

Deployed to https://js-drawing.netlify.app/

Development

  • 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.

Design decisions

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.