Foliotek / Croppie

A Javascript Image Cropper
http://foliotek.github.io/Croppie
MIT License
2.57k stars 884 forks source link

Uncaught ReferenceError: opts is not defined #774

Open tobidwest opened 2 years ago

tobidwest commented 2 years ago

Expected Behavior

Croppie library is loaded

Actual Behavior

Uncaught ReferenceError: opts is not defined

Steps to Reproduce the Problem

Add var c = new Croppie(document.getElementById('item'), opts); to initalise Croppie as the documentation states

Specifications