webx32 / we-cropper

🐹微信小程序图片裁剪工具

Home Page:https://we-plugin.github.io/we-cropper/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信小程序图片裁剪工具we-cropper

travis-ci npm-version

一款灵活小巧的canvas图片裁剪器 在线体验

Feature

Usage

克隆项目到你的目录

cd my-project

git clone https://github.com/we-plugin/we-cropper.git

 使用编译后的文件dist/we-cropper.js

var WeCropper = require('dist/we-cropper')

// ES6(需在开发工具勾选ES6转ES5)
import WeCropper from 'dist/we-cropper'

对插件进行开发调试

npm install

在src下进行文件修改

npm run build

Links

Document

ChangeLog

Example

The MIT License

Contributing

如果你有好的意见或建议,欢迎提issue或pull request

About

🐹微信小程序图片裁剪工具

https://we-plugin.github.io/we-cropper/#/

License:MIT License


Languages

Language:JavaScript 100.0%