Compare commits

...

2 Commits

Author SHA1 Message Date
qntm cfff88c50a Updates 2020-05-08 16:29:54 +01:00
qntm 45c92e7649 Fix browser loading 2020-05-08 16:28:24 +01:00
3 changed files with 1853 additions and 1793 deletions

View File

@ -141,7 +141,7 @@ console.log(uint8Array2);
Load this file in the browser to gain access to a `base65536` global. Load this file in the browser to gain access to a `base65536` global.
```html ```html
<script src='https://unpkg.com/base65536' crossorigin></script> <script src='https://unpkg.com/base65536@3/dist/iife/base65536.js' crossorigin></script>
<script> <script>
console.log(base65536.decode('驨ꍬ啯𒁷ꍲᕤ')) console.log(base65536.decode('驨ꍬ啯𒁷ꍲᕤ'))
</script> </script>

3787
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,11 +1,10 @@
{ {
"name": "base65536", "name": "base65536",
"version": "3.0.1", "version": "3.0.2",
"description": "Unicode's answer to Base64", "description": "Unicode's answer to Base64",
"module": "dist/es6/base65536.js", "module": "dist/es6/base65536.js",
"main": "dist/cjs/base65536.js", "main": "dist/cjs/base65536.js",
"types": "typings/index.d.ts", "types": "typings/index.d.ts",
"browser": "dist/iife/base65536.js",
"scripts": { "scripts": {
"jest": "jest", "jest": "jest",
"rollup": "rollup", "rollup": "rollup",
@ -29,7 +28,7 @@
"glob": "^7.1.6", "glob": "^7.1.6",
"jest": "^25.1.0", "jest": "^25.1.0",
"rollup": "^1.31.0", "rollup": "^1.31.0",
"standard": "^10.0.3" "standard": "^14.3.3"
}, },
"babel": { "babel": {
"presets": [ "presets": [