1.0.0 • Published 8 years ago

base64-encode-stream v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

base64-encode-stream

A transform stream that converts input to base64.

Install

npm install --save base64-encode-stream

Example

'use strict'

var encode = require('base64-encode-stream')

process.stdin.pipe(encode()).pipe(process.stdout)

API

require('base64-encode-stream') => () => EncodingStream

Test

npm test

Acknowledgements

License

MIT