Closed ergec closed 8 years ago
@ergec Good call! Can I ask you to add a version bump? Just make a global search and replace in the repo for 2.0.1 and change it for 2.0.2 so I can publish it to npm
Thanks!
@brunobar79 i updated the version in source file. Hope this is what you asked. Newbie here.
@ergec Almost. The package.json needs to be updated too but that's fine. I'll take care. Thanks!
I'm working on a modified code and i pass original filename to jic.upload() Problem is if PNG extension is uppercase the line 70 fails to set mimetype and tries to process a png image as a jpeg. As a result it fires the error below. Uncaught InvalidCharacterError: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded. So i modified line 70 to lowercase extension.