Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 369 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 369 Bytes

Pixel art editor

App based on project from Marijn Haverbeke's book "Eloquent JavaScript", transformed from vanilla js to React.

Scripts

yarn dev

Runs development server on http://localhost:1234 with HMR.

Features

  • drawing circles
  • rectangles
  • pixels
  • fill
  • color picker
  • saving images
  • loading images
  • reverting changes