seperate color

This commit is contained in:
Julian Freeman
2026-01-19 00:53:11 -04:00
parent fd90ac1df3
commit 358aae92dc
5 changed files with 31 additions and 12 deletions

View File

@@ -52,7 +52,8 @@ async function exportBatch() {
path: img.path,
manual_position: img.manualPosition || null,
scale: img.scale || null,
opacity: img.opacity || null
opacity: img.opacity || null,
color: img.color || null
}));
// Pass dummy globals for rust struct compatibility