vue-core-image-upload
vue-core-image-upload copied to clipboard
a vue plugin for image to crop and upload
I really don't think that url parameter is OK.. Because i need to hardcode my URL into component which of course is not what i want.. What if in the...
问题:安卓部分手机上传图片不支持选择相机而是直接进入文件系统了 希望增加 capture='camera' 的可选配置项 ``` html ```
fix when compress multiple images only works on first jpg image problem. compressed images send by seperated request, need to be optimized.
Remove duplicate row
根据项目的实际情况做了一下几点优化: - 添加了预览功能,和预览样式 - 优化了裁剪背景更容易识别 - 增加了裁剪框可移动的功能 - 优化了裁剪框的样式 - 将resize组件迁移至btn头部 - 增加了裁剪框大小样式显示 效果图预览: 测试: ``` npm install vue-core-image-upload-mgr; import 'vue-core-image-upload' from 'vue-core-image-upload-mgr' ```
上传图片压缩不能正确压缩。 按 用户“limdblur” 的方式修改 canvas-helper.js中crop(image, options, callback)方法最后一句: const data = cvs.toDataURL(mimeType, options.compress/100); 改成: const data = cvs.toDataURL(mimeType, options.comprose/100); 依然无效。 有没有正确的解决方案?或者是我程序的哪方面有问题? 感谢。
version: 2.4.11 description: click rotate buttons get error with daycaca.rotate2 is not a function. the package of daycaca does not have the function rotate2, the correct name is rotate.