chore: move project-converter out of repo to dnd_project sibling

Remove tools/project-converter; converter now lives next to this repo under
dnd_project/project-converter. Update eslint ignore comment and optimizeImage
lib header. Converter main.js imports dnd_player via ../../dnd_player/...

Made-with: Cursor
This commit is contained in:
Ivan Fontosh
2026-04-24 07:10:01 +08:00
parent d94a11d466
commit c9cad4dafd
10 changed files with 2 additions and 2163 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* Visually lossless re-encode for imported raster images (same pixel dimensions).
* Node-only; shared by the main app and tools/project-converter.
* Node-only; shared by the main app and ../project-converter (monorepo sibling).
*/
import sharp from 'sharp';