zhanziyang/vue-croppa

上传GIF 出来的图片是静态的 要求是动态的

Closed this issue · 3 comments

如果上传GIF 不想做裁切 直接上传可以吗 怎么操作 用 @file-choose="handleCroppaFileChoose" 这个拿到的file 没有那种 base64 或者blob 要求上传出来的图片是动态的 GIF

拿到的 file 跟 blob 用法是一样的。除了file-choose事件,还可以用croppa.getChosenFile()取得

有时候我想跳过裁剪 直接原图上传 应该走用哪个方法能获取到原图的的信息 可以直接上传的那种

嗯 明白了