redame / node-quoted-printable-stream

Transform a text stream to quoted printable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quoted Printable Stream

Travis CI Test Status

A transform stream to convert text to quoted printable.

To install with NPM type:

npm install quoted-printable-stream

To use:

var quotedPrintableStream = require('quoted-printable-stream');
someReadableStream.pipe(quotedPrintableStream()).pipe(process.stdout);

About

Transform a text stream to quoted printable

License:Apache License 2.0


Languages

Language:JavaScript 99.3%Language:Vim Script 0.7%