0.0.2 • Published 11 months ago

@w5/urlb64 v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

@w5/urlb64

test/main.coffee :

#!/usr/bin/env coffee

> @w5/urlb64/b64e.js
  @w5/urlb64/b64d.js
# ROOT = uridir(import.meta)

b64 = b64e new Uint8Array([255,6,5,4,3,2,1,0,1,2,3,4,5,6])

console.log b64
console.log b64d b64

output :

_wYFBAMCAQABAgMEBQY
Uint8Array(14) [
  255, 6, 5, 4, 3, 2,
    1, 0, 1, 2, 3, 4,
    5, 6
]
0.0.2

11 months ago

0.0.1

1 year ago