npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

get-base64

1.3.0

@kevva

npmHomeRepoSnykSocket
Downloads:247
$ npm install get-base64
DailyWeeklyMonthlyYearly

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