mirror of
https://github.com/smogon/sprites.git
synced 2026-08-17 14:56:44 -05:00
The .sheet.mjs files imported bare @smogon/sprite-data / @smogon/sprite-root, which stopped resolving from the repo root after the TS7/Node 24 migration dropped dist mains. Use explicit index.ts imports and add the workspace deps to the root package. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
MODELS_OPTIPNG=-o7
|
|
MODELS_ADVPNG=-z4 -i10
|
|
MINISPRITE_OPTIPNG=-o7
|
|
MINISPRITE_ADVPNG=-z4 -i100
|
|
#CONFIG_SPRITESHEET_OPTIPNG=-o7
|
|
#CONFIG_SPRITESHEET_ADVPNG=-z4 -i15
|
|
#CONFIG_SPRITESHEET_PNGQUANT=256 -s 11
|