Skip to content

An nodejs library to save base64 string as a image file in local file system.

Notifications You must be signed in to change notification settings

Anwesh43/image-saver-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#image-saver-nodejs

##An nodejs library to save base64 string to image file in your local file system.

##Usage

    var ImageSaver = require('image-saver-nodejs')
    var imageSaver = new ImageSaver()
    imageSaver.saveFile('test.png','base64stringhere').then((data)=>{
    console.log(data.status)
    console.log(data.msg)
    }).catch((err)=>{
        console.log(err)
    })

About

An nodejs library to save base64 string as a image file in local file system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages