Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
timruffles committed May 29, 2018
1 parent 2a11d6e commit 76f8cf0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tmp
Binary file removed decoded.png
Binary file not shown.
Binary file removed max-decoded.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.1",
"description": "Encodes/decodes binary data as a sequence of emojis.",
"scripts": {
"demo": "node --experimental-modules base-lol-node.mjs < targets/max-tiny.jpg > demo.base-lol; head -c 20 demo.base-lol; node --experimental-modules base-lol-node.mjs --decode < demo.base-lol > demo-decoded.jpg; diff demo-decoded.jpg targets/max-tiny.jpg",
"demo": "node --experimental-modules base-lol-node.mjs < targets/max-tiny.jpg > tmp/demo.base-lol; head -c 20 tmp/demo.base-lol; node --experimental-modules base-lol-node.mjs --decode < tmp/demo.base-lol > tmp/demo-decoded.jpg; diff tmp/demo-decoded.jpg targets/max-tiny.jpg",
"test": "node base-lol.test.js"
},
"devDependencies": {
Expand Down

0 comments on commit 76f8cf0

Please sign in to comment.