This is a proejct I've made that serves as an image editor, using nothing but the raw WebGL API to render the scene.
To get this project running:
- Clone the repository,
- Install the dependencies using
npm install
, - Run the project with
npm start
.
Once you have the project up and running, you can get the unit tests running
with npm test
.