get-base64

1.3.0 • Public • Published

get-base64 Build Status

Get base64 from a string

Install

$ npm install --save get-base64

Usage

var getBase64 = require('get-base64');
 
getBase64('foo dW5pY29ybg== bar Ym9hdA==');
//=> ['dW5pY29ybg==', 'Ym9hdA==']

CLI

$ npm install --global get-base64
$ get-urls --help

  Usage
    $ get-base64 <file>
    $ cat <file> | get-base64

License

MIT © Kevin Mårtensson

Readme

Keywords

Package Sidebar

Install

npm i get-base64

Weekly Downloads

2

Version

1.3.0

License

MIT

Last publish

Collaborators

  • kevva