seperate color
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user