UNPKG

vue-xcrop

Version:

A simple mobile image cropper for Vue 1/2

8 lines (5 loc) 149 B
import Crop from './components/crop' if (typeof window !== 'undefined' && window.Vue) { window.Vue.component('crop', Crop) } export default Crop