mirror of
https://github.com/NaitLee/Cat-Printer.git
synced 2025-05-28 13:10:27 -07:00
Test unknown devices (scan everything) Rework of Web FE Event & Dispatch Fix major performance problem Better image processing algorithm New Halftone-like dither algo., namingly "Pattern" Some fixes to CSS Fix potential misc problems by manual testing
12 lines
222 B
JSON
12 lines
222 B
JSON
{
|
|
"extends": "assemblyscript/std/assembly.json",
|
|
"include": [
|
|
"./**/*.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"outDir": "../www/",
|
|
"module": "None",
|
|
"declaration": true
|
|
}
|
|
} |