File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1- zbase32
2- =======
1+ # zbase32
32
43This zbase32 library encodes ArrayBuffers to zbase32 encoded strings and back.
54
65If you want to encode strings you'll have to convert them to ArrayBuffers, you
76can use the [ TextEncoder] ( https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder )
87API.
98
10- Example
11- -------
9+ ## Example
1210
1311``` javascript
1412import zbase32 from ' zbase32' ;
@@ -20,12 +18,10 @@ new TextDecoder('utf-8').decode(zbase32.decode('pb1sa5dx'));
2018// => 'hello'
2119```
2220
23- License
24- =======
21+ # License
2522
26- Copyright 2023 Kuno Woudt < kuno@frob.nl >
23+ Copyright 2023 Kuno Woudt < kuno@frob.nl >
2724
2825This program is free software: you can redistribute it and/or modify
29- it under the terms of copyleft-next 0.3.1. See
26+ it under the terms of copyleft-next 0.3.1. See
3027[ copyleft-next-0.3.1.txt] ( copyleft-next-0.3.1.txt ) .
31-
Original file line number Diff line number Diff line change 11{
22 "name" : " zbase32" ,
3- "version" : " 2.0.5 " ,
3+ "version" : " 2.0.6 " ,
44 "description" : " z-base-32 encoding/decoding library" ,
55 "main" : " index.js" ,
66 "typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments