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
11 lines
244 B
JSON
11 lines
244 B
JSON
{
|
|
"dependencies": {
|
|
"assemblyscript": "^0.20.13"
|
|
},
|
|
"scripts": {
|
|
"asbuild:debug": "asc image.ts --target debug && tsc",
|
|
"asbuild:release": "asc image.ts --target release && tsc",
|
|
"asbuild": "npm run asbuild:release"
|
|
}
|
|
}
|