Skip to content

Commit

Permalink
add readme note about new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Jul 24, 2024
1 parent 88957c9 commit 303e813
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
base64-js
=========
# base64-js

### Ongoing work has temporarily moved from [beatgammit/base64-js](https://github.com/beatgammit/base64-js) to [feross/base64-js](https://github.com/feross/base64-js).

`base64-js` does basic base64 encoding/decoding in pure JS.

Expand All @@ -25,9 +26,9 @@ For use in web browsers do:

`base64js` has three exposed functions, `byteLength`, `toByteArray` and `fromByteArray`, which both take a single argument.

* `byteLength` - Takes a base64 string and returns length of byte array
* `toByteArray` - Takes a base64 string and returns a byte array
* `fromByteArray` - Takes a byte array and returns a base64 string
- `byteLength` - Takes a base64 string and returns length of byte array
- `toByteArray` - Takes a base64 string and returns a byte array
- `fromByteArray` - Takes a byte array and returns a base64 string

## license

Expand Down

0 comments on commit 303e813

Please sign in to comment.