UNPKG

vue-photo-upload

Version:

An easy to use photo upload component with a simple ui, with image cropping and image adjusting capability. Best suited for uploading profile pictures.

8 lines (7 loc) 229 B
const PhotoUpload = { install: function(Vue, options) { const VuePhotoUpload = require('./Component/PhotoUpload') Vue.component(VuePhotoUpload.name, VuePhotoUpload) } }; export default PhotoUpload;