Skip to content

Commit

Permalink
Seymour, the house is on fire
Browse files Browse the repository at this point in the history
  • Loading branch information
qntm committed May 8, 2020
1 parent 7c36536 commit cf5c391
Show file tree
Hide file tree
Showing 6 changed files with 2,400 additions and 1,858 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2

[test-data/**]
insert_final_newline = false
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

test-data/** binary
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ console.log(uint8Array2)
Load this file in the browser to gain access to a `base2048` global.

```html
<script src="./node_modules/base2048/dist/iife/base2048.js"></script>
<script src="./node_modules/base2048@1/dist/iife/base2048.js"></script>
<script>
console.log(base2048.decode('GƸOʜeҩ'))
</script>
Expand Down
Loading

0 comments on commit cf5c391

Please sign in to comment.