Releases: 987153776/vue-picture-cut
Releases · 987153776/vue-picture-cut
v2.0.17
v2.0.16
2.0.15
v2.0.13
v2.0.12
🚀 New Features
Utils
工具类- 新增
getOptions(): CutOptions | null
方法获取组件当前的内部参数。 - 重载
cut(opt?: { maxPixel?: number, encoderOptions?: number, format?: string }): ClipResult | null
方法来裁剪图片。
- 新增
🏠 Optimize
Utils
工具类rotate (angle: number, animation = false): number | void
方法增加了返回值,表示图片旋转后的绝对逆时针角度。setFlipV(animation?: boolean): boolean | void
方法增加了返回值,表示图片垂直翻转后的翻转状态,true (翻转),false (原始)。setFlipH(animation?: boolean): boolean | void
方法增加了返回值,表示图片水平翻转后的翻转状态,true (翻转),false (原始)。