Lint code

This commit is contained in:
2026-08-05 19:01:45 +02:00
parent 082d1b9723
commit aafbdc658e
46 changed files with 357 additions and 357 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ function getEyesFromPsd({ objects2, sprites }: Result, eyesPsd: Psd, irisesPsd:
// const mirrored = (get: ByIndexGetter): ByIndexGetter => (canvas, index) => mirrorCanvas(get(canvas, index), -15);
const palette = [0, WHITE, BLACK]; //
const palette = [0, WHITE, BLACK]; //
const getEye = (get: ByIndexGetter) => (i: number) => bases.map(base => {
const s = addSprite(sprites, get(shadow, i), undefined, palette);