1.0.0 • Published 4 years ago

h5-image-cropper v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

h5-image-cropper

裁图组件

启动项目

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

组件使用说明

组件支持传入参数(props):

- maskImgUrl: 遮罩图片的url
- aspectRatio: 裁剪图的长宽比 (根据此长宽比 和 组件width初始化组件的height)
- resultMaxSize: 结果图长边最大值

目标组件提供函数:

- getCropImgBase64: 获取裁剪图片的base64