Pure JS image cropping system
Image manipulation is handled using sharp + graphicsMagick.
- Install dependencies:
npm i
- Start server:
npm start
- View demo: http://localhost:1337
This project uses a build folder called dist
- This project comes with a babel compiler and live-reloader for blazing fast development.
- Stylelint can also be manually invoked using
./node_modules/.bin/stylelint **.css --fix