UNPKG

vue-instagram-cropper

Version:

Simple Image Cropper that works like Instagram for Vue

12 lines (8 loc) 234 B
export function exists(obj, key) { if (!obj) return false; const temp = Object.prototype.hasOwnProperty; return temp.call(obj, key); } export function has(obj, key) { return exists(obj, key) && Boolean(obj[key]); }