We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df7847 commit 65762e5Copy full SHA for 65762e5
README.md
@@ -9,6 +9,7 @@ Fast Base64 encoder and decoder for browser and Node.js.
9
- Faster than the Node's implementation for short blobs, smaller than 40 bytes.
10
- Uses Node's implementation for long blobs, if available. Hence, it also works
11
in browser, but in Node environment will perform faster for short strings.
12
+- Can encode into Base64 text or Base64 `Uint8Array`.
13
14
15
### Usage
0 commit comments