Skip to content

angusm73/Image-Cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image-Cropper

Pure JS image cropping system

Image manipulation is handled using sharp + graphicsMagick.

Setup

  1. Install dependencies: npm i
  2. Start server: npm start
  3. View demo: http://localhost:1337

Early example

This project uses a build folder called dist

Bonus

  • 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