mirror of
https://github.com/qntm/base65536
synced 2025-09-22 05:34:42 +02:00
Compare commits
2 Commits
0d4094d746
...
cfff88c50a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cfff88c50a | ||
![]() |
45c92e7649 |
@ -141,7 +141,7 @@ console.log(uint8Array2);
|
||||
Load this file in the browser to gain access to a `base65536` global.
|
||||
|
||||
```html
|
||||
<script src='https://unpkg.com/base65536' crossorigin></script>
|
||||
<script src='https://unpkg.com/base65536@3/dist/iife/base65536.js' crossorigin></script>
|
||||
<script>
|
||||
console.log(base65536.decode('驨ꍬ啯𒁷ꍲᕤ'))
|
||||
</script>
|
||||
|
3639
package-lock.json
generated
3639
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "base65536",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "Unicode's answer to Base64",
|
||||
"module": "dist/es6/base65536.js",
|
||||
"main": "dist/cjs/base65536.js",
|
||||
"types": "typings/index.d.ts",
|
||||
"browser": "dist/iife/base65536.js",
|
||||
"scripts": {
|
||||
"jest": "jest",
|
||||
"rollup": "rollup",
|
||||
@ -29,7 +28,7 @@
|
||||
"glob": "^7.1.6",
|
||||
"jest": "^25.1.0",
|
||||
"rollup": "^1.31.0",
|
||||
"standard": "^10.0.3"
|
||||
"standard": "^14.3.3"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user