refactor(core): modularize ASCII logic and add dither/edge detection

This commit is contained in:
syntaxbullet
2026-02-09 22:33:58 +01:00
parent 961383b402
commit 9b9976c70a
8 changed files with 1566 additions and 27 deletions

View File

@@ -19,6 +19,7 @@
"@astrojs/node": "^9.5.2",
"astro": "^5.17.1",
"gifuct-js": "^2.1.2",
"pngjs": "^7.0.0",
"typescript": "^5.9.3"
}
}