When trying to access the options attributes of a Croppr instance, the TypeScript compiler raises an error saying the the property does not exist on the type. Could it be possible to add typings for this (or expose a method to change the options dynamically) ?
When trying to access the
optionsattributes of aCropprinstance, the TypeScript compiler raises an error saying the the property does not exist on the type. Could it be possible to add typings for this (or expose a method to change the options dynamically) ?