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:
parent
b014ad9dc9
commit
413a4dad3e
8 changed files with 2774 additions and 0 deletions
16
ansilove.js/jslint.json
Normal file
16
ansilove.js/jslint.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"bitwise": true,
|
||||
"browser": true,
|
||||
"devel": true,
|
||||
"plusplus": true,
|
||||
"predef": [
|
||||
"AnsiLove",
|
||||
"Uint8Array",
|
||||
"Uint32Array",
|
||||
"FileReader",
|
||||
"self",
|
||||
"onmessage",
|
||||
"postMessage",
|
||||
"Worker"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue