UNPKG

qb-utf8-from-str-tiny

Version:

tiny browser script for converting string to array of UTF-8 characters. not efficient for large files.

30 lines (29 loc) 750 B
{ "name": "qb-utf8-from-str-tiny", "version": "1.2.2", "description": "tiny browser script for converting string to array of UTF-8 characters. not efficient for large files.", "homepage": "https://github.com/quicbit-js/qb-utf8-from-str-tiny", "url": "https://github.com/quicbit-js/qb-utf8-from-str-tiny/issues", "email": "support@quicbit.com", "repository": "quicbit-js/qb-utf8-from-str-tiny", "devDependencies": { "tape": "^5.6.3", "test-kit": "^2.9.1" }, "scripts": { "test": "tape test.js", "cov": "tap --coverage-report=html test.js" }, "files": [ "index.js" ], "keywords": [ "UTF8", "UTF-8", "encode", "decode", "browser" ], "author": "Matthew Voss", "license": "ISC" }