1.0.1 • Published 1 year ago
dkim-quoted-printable v1.0.1
DKIM Quoted-Printable
Install via npm
npm install dkim-quoted-printable
Usage
const qp = require( 'dkim-quoted-printable' )
qp.encode( '😭' ) // -> '=F0=9F=98=AD'
qp.decode( '=F0=9F=98=AD' ) // -> '😭'