Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 410 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 410 Bytes

Pixel Editor

This is a proejct I've made that serves as an image editor, using nothing but the raw WebGL API to render the scene.

Building

To get this project running:

  1. Clone the repository,
  2. Install the dependencies using npm install,
  3. Run the project with npm start.

Tests

Once you have the project up and running, you can get the unit tests running with npm test.