0.0.4 • Published 6 years ago

imgtobase v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

#Converts image to base64 code to store the image into the database and converts the base64 code into image back again

#For example var require = require('./img2base'); var basecreate = require.ImgtoBase64('Zombatar_1.jpg', 'file'); #converts the image named Zombatar_1.jpg into a base64 code and stores it in a file named 'file'

#For example var require = require('./img2base'); var base64toimg = new Base64toImg('text', 'hello'); #converts the file named 'text' that contains the base64 code for an image/file and creates a image named 'hello' with base64 code

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago