A mini React app that uses a Pixi.js canvas.
- When you click anywhere blank on the canvas a new circle will appear, with its center under the mouse. The circle can have a random radius from 20 to 50 px.
- If you click and drag on a circle you are able to drag it around the canvas
- If you double click a circle it will dissappear (be deleted from) the canvas.
-
Install dependencies
npm install
-
Start webpack dev server
npm start
-
Bundle javascript for production
npm run build