项目作者: angusm73

项目描述 :
Pure JS image cropping system
高级语言: JavaScript
项目地址: git://github.com/angusm73/Image-Cropper.git
创建时间: 2018-03-02T16:10:08Z
项目社区:https://github.com/angusm73/Image-Cropper

开源协议:

下载


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

Demo

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