Luke Tinnion

Results 4 comments of Luke Tinnion

I highly doubt this package would begin supporting heic files directly especially since the plugin uses a HTML canvas which doesn't support this file format. I'd recommend converting the image...

Are you trying to remove the base 64 string in the url? I'd advise you to use the post method for the form along with the enctype="multipart/form-data" attribute. https://www.w3schools.com/tags/att_form_enctype.asp

Thanks Chen, that looks great I’ll give it a try 👍

I'm using Angular and experienced the same error, seems to be something to do with not having "a global regeneratorRuntime" - https://github.com/parse-community/Parse-SDK-JS/pull/740 Installing the babel polyfill (`npm install babel-polyfill`) and...