Convert an Image to a base64 string in the browser
npm install image2base64Image2Base64
============
Transform an image to base64 in the browser.
You can use it via browserify and npm or the old school way.
``javascript`
var rslt = Image2Base64(myImage);
it may throw a SecurityError if the image doesn't support CORS.
````
cd example
npm install
npm run build
* tests