This package has been deprecated
Author message:
v2.0.0 is limited to UTF-8. Use 1.0.1 or text-encoding package instead.
emailjs-stringencoding 2.0.0 • Public • Published 8 years ago emailjs-stringencoding
This is a slimmed down version of Joshua Bell's String Encoding Polyfill which only supports UTF-8, mainly to reach a reduced build size and to work across all JS runtimes.
Usage
npm install --save emailjs-stringencoding
import { encode , decode } from ' emailjs-stringencoding '
const uint8array = encode ( string ) ;
const string = decode ( uint8array ) ;
Versions Version Downloads (Last 7 Days) Published
Version History Version Downloads (Last 7 Days) Published 1.0.1 373 9 years ago 1.0.0 1 9 years ago
Package Sidebar Install npm i emailjs-stringencoding
Downloads Weekly Downloads