Skip to content

Commit

Permalink
Improve docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 4, 2024
1 parent 85c815e commit 568d0d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

Based on [@hexagon/base64](https://github.com/hexagon/base64) but adapted to TypeScript and jsr.io, dropping all the legacy tooling.

**NOTE:** If not bound to any of the specific features of this library (like validation, or decoding directly to a string), you might be better off using
**NOTE:** If not bound tothe specific features of this library (like validation, or decoding directly to a string), you might be better off using
[https://jsr.io/@std/encoding](https://jsr.io/@std/encoding).

**Key Features:**

- **Cross-Platform Power:** Effortlessly encode and decode Base64 data in Deno, Node.js, Bun, and your favorite browsers.
- **Format Flexibility:** Works with both regular Base64 and Base64url.
- **Data Versatility:** Smoothly convert between strings and ArrayBuffers.
- **Validation:** Conveniently check the validity of Base64 and Base64url strings.
- **TypeScript Support:** Enhanced development experience with included TypeScript typings.
- Encode and decode Base64 data in Deno, Node.js, Bun, and your favorite browsers.
- Works with both regular Base64 and Base64url.
- Smoothly convert between strings and ArrayBuffers.
- Check the validity of Base64 and Base64url strings.
- TypeScript typings included.

**Installation:**

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cross/base64",
"version": "1.0.31",
"version": "1.0.32",
"exports": "./mod.ts",
"fmt": {
"lineWidth": 200
Expand Down

0 comments on commit 568d0d4

Please sign in to comment.