Adding ansilove.js

- admittedly this should probably be tracked via a link but
 ... not really sure how to do that and the last time I did it,
 I had massive issues with updating on other machines.
This commit is contained in:
Iam Naughton Phier 2014-10-10 00:57:21 +03:00
parent b014ad9dc9
commit 413a4dad3e
8 changed files with 2774 additions and 0 deletions

16
ansilove.js/jslint.json Normal file
View file

@ -0,0 +1,16 @@
{
"bitwise": true,
"browser": true,
"devel": true,
"plusplus": true,
"predef": [
"AnsiLove",
"Uint8Array",
"Uint32Array",
"FileReader",
"self",
"onmessage",
"postMessage",
"Worker"
]
}