Create a image grid by selecting images from the list. The selected images are added to a Fabric.js canvas and can be moved and resized.
- Webpack (https://webpack.js.org/)
- React (https://facebook.github.io/react/)
- Fabric.js (http://fabricjs.com/)
This repository supports yarn and npm
$ yarn
or
$ npm i$ yarn start
or
$ npm run startGo to http://localhost:8080/ and try it out.
Contains only one component test for now, just an example how testing works.
$ yarn test
or
$ npm testBuild a production ready version
$ yarn build
or
$ npm run buildWhen the build is ready you can find the files in the dist/ folder.
There are still parts that can be improved/added.
- Collision detection for images in grid.
- Keep images in grid.
- More comments
- More tests