You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📦 A simple, lightweight, and efficient JavaScript library to manage encoding and decoding between base64 data, Uint8Arrays, and ArrayBuffers. This library perfectly works with Node.js and the browser.
6
6
@@ -15,9 +15,9 @@
15
15
16
16
### CDN
17
17
18
-
The easiest way to use base64-u8-arraybuffer is to include the library from a CDN:
18
+
The easiest way to use base64-u8array-arraybuffer is to include the library from a CDN:
Copy file name to clipboardExpand all lines: package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
{
2
-
"name": "base64-u8-arraybuffer",
2
+
"name": "base64-u8array-arraybuffer",
3
3
"version": "1.0.0",
4
4
"description": "A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers",
0 commit comments