UNPKG

vue-xcrop

Version:

A simple mobile image cropper for Vue 1/2

7 lines (6 loc) 109 B
export function extend (to, _from) { for (const key in _from) { to[key] = _from[key] } return to }