文件名称:b64-lite:377个字节的同构base64库
文件大小:97KB
文件格式:ZIP
更新时间:2024-05-26 14:50:31
javascript base64 isomorphic small JavaScript
b64-lite 节点,浏览器和React Native base64库 用法 const b64 = require ( 'b64-lite' ) ; // Base64 in ASCII to byte string b64 . atob ( 'aGkgdGhlcmU=' ) ;\n// hi there\n// byte string to Base64 in ASCII\nb64 . btoa ( 'hi there' ) ; // aGkgdGhlcmU= // convert unicode to b64 b64 . toBase64 ( 'hello 你好' ) ; // aGVsbG8g5L2g5aW9 // convert a buffer to b64 b64 . toBase64 ( new Uint8Array ( [ 228 , 189 , 160 , 229 , 1
【文件预览】:
b64-lite-master
----.gitignore(905B)
----package.json(2KB)
----b64-lite.ios.js(43B)
----package-lock.json(415KB)
----karma.conf.js(518B)
----.travis.yml(73B)
----b64-lite.main.js(40B)
----LICENSE(1KB)
----README.md(1KB)
----node.js(669B)
----b64-lite.android.js(43B)
----react-native.js(852B)
----browser.js(755B)
----test()
--------spec.js(972B)
--------node.js(243B)
--------react-native-sim.js(516B)