1.0.4 • Published 3 years ago

crop-image-js v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

crop-image-js


使用方式

npm i crop-image-js

import Cropper from 'crop-image-js'
import 'crop-image-js/index.css'
...
new Cropper({
    src: 'xxx', // 待裁剪的图片的base64编码
    ok: (base64) => { ... }, // 裁剪后的base64编码
    cancel: () => { ... }, // 取消裁剪回调
})
1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago