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:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user