Skip to content

Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object

License

Notifications You must be signed in to change notification settings

jswhisperer/node-base64-image

 
 

Repository files navigation

Build Status Coverage Status Appveyor Build Status

node-base64-image

Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object

Installation

npm install node-base64-image --save

Usage

var base64 = require('node-base64-image'); // ES5

import {encode, decode} from 'node-base64-image'; // ES6

Documentation

Read the documentation in DOCUMENTATION.

Contributing

Read the CONTRIBUTING guide for information.

License

Licensed under MIT. See LICENSE for more information.

Issues

Report a bug in issues.

Made with love in Dhaka, Bangladesh by Riyadh Al Nur

About

Download images from remote URLs or use local images and encode/decode them to Base64 string or Buffer object

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%