Blame view

node_modules/we-cropper/README.md 1.54 KB
ce4c83ff   wxy   初始提交
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
  <div align="center">
    <a><img src="https://user-images.githubusercontent.com/16918885/36141718-c95db0b6-10e0-11e8-8936-72b7b03d04bb.png" /></a>
  <br>
  <br>
  
  [![travis-ci](https://travis-ci.org/we-plugin/we-cropper.svg?branch=master)](https://www.travis-ci.org/we-plugin/we-cropper)
  [![npm-version](https://img.shields.io/npm/v/we-cropper.svg)](https://www.npmjs.com/package/we-cropper)
  <h1>we-cropper</h1>
  <p>一款灵活小巧的canvas图片裁剪器 <a href="https://unpkg.com/we-cropper@1.2.0/docs/assets/online.jpg">在线体验</a></p>
  </div>
  
  <h2 align="center"> Usage</h2>
  
  克隆至本地处理
  
  ```bash
  git clone https://github.com/we-plugin/we-cropper.git
  ```
  npm方式引入
  
  ```bash
  npm install we-cropper --save
  ```
  
  <h2 align="center">Links</h2>
  
  - [文档 · Document](https://we-plugin.github.io/we-cropper/#/)
  
  - [变更 · ChangeLog](https://we-plugin.github.io/we-cropper/#/changelog)
  
  - [示例 · Example](https://github.com/we-plugin/we-cropper/tree/master/example)
  
  - [开源协议 · The MIT License](http://opensource.org/licenses/MIT)
  
  - [在WePY框架中实现“自定义组件”](https://github.com/we-plugin/we-cropper/wiki/%E5%9C%A8WePY%E4%B8%AD%E5%AE%9E%E7%8E%B0%E2%80%9C%E8%87%AA%E5%AE%9A%E4%B9%89%E8%A3%81%E5%89%AA%E7%BB%84%E4%BB%B6%E2%80%9D)
  
  - [在mpvue中实现“自定义裁剪组件”](https://github.com/we-plugin/we-cropper/tree/master/packages/mpvue-cropper)
  
  - [常见问题 · FAQ](https://github.com/we-plugin/we-cropper/wiki/FAQ)
  
  - [贡献指南 · Contributing](https://github.com/we-plugin/we-cropper/blob/master/CONTRIBUTING.md)