Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 822 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 822 Bytes

Poinxel An online drawing app for pixel arts.

  • Responsive
  • Touchscreen support
  • Up to 256x256 canvas
  • Key shortcuts

Get started

Join to the website and start drawing!

or you clone the code and play around with it:

  • Install dependencies

    npm install
    
  • Start a localhost:

    npm start
    
  • The project has tests with jest:

    npm test
    
  • Build:

    npm build
    

License

Poincel is under the MIT license