UNPKG

@cao-mei-you-ren/postlight_parser

Version:

Postlight Parser transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.

10 lines (8 loc) 216 B
// this is a shim for the browser build; // iconv-lite doubles build size, and we // don't need it for already rendered text const iconv = { encodingExists: () => false, decode: s => s, }; export default iconv;