Skip to content

forestinthetree/js-drawing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An exploration of different JavaScript drawing libraries.

Resources

Stars

Watchers

Forks