cristea victor
cristea victor
Hi, first of all thx for such great modal manager )) after installing & config I get this err ``` Warning: Can't perform a React state update on an unmounted...
https://gist.github.com/sam016/4abe921b5a9ee27f67b3686910293026
TesseractOCRDemo[2839:529198] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key activityLoader.'
After reading a png image i try to resize that by following code `var thumbnail = bitmap.resize({ width: 128, height: 128, algorithm: "nearestNeighbor", }); ` Here a got result (left...