Commit 09b4d621 authored by cookiej's avatar cookiej

更新README.md

parent 8796a035
......@@ -160,7 +160,8 @@ const defaultOptions = {
circleCropRadius: width/2, // 圆形裁剪半径,默认屏幕宽度一半
showCropFrame: true, // 是否显示裁剪区域,默认true
showCropGrid: false, // 是否隐藏裁剪区域网格,默认false
quality: 90 // 压缩质量
quality: 90, // 压缩质量
enableBase64: false, // 是否返回base64编码,默认不返回
};
export default {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment