window.cloudinary.createUploadWidget({ uploadPreset: '{{ config('services.cloudinary.preset') }}', sources: ['local'], multiple: false, cropping: true, croppingAspectRatio: 1, resourceType: 'image', showPoweredBy: false, clientAllowedFormats: ['jpg', 'jpeg', 'png'], }, (error, result) => { if (result && result.event === 'success' && result.info.coordinates) { alert('ok') } }).open(null, { files: ['https://img.k3cdn.com/b/2008728/2021082614189905385822w800h800_750x750.jpg'] })