demos的github地址:https://github.com/zy0628/demos
包含以下demo:
1、图片上传、编辑、合成一张图
需求:1.1、拍照或上传本地相册。
2.2、可以截取图片显示范围。
3.3、点击合成,可以将已选择的图片,合成一张图片。
4.4、若选择的图片超过两张,则在第二张和第三张图的中间加上logo,合成一整张图。
技术:截图使用了 vue-cropper 插件,github地址是:https://github.com/xyxiao001/vue-cropper