导出印花等所有信息

This commit is contained in:
李志鹏
2026-01-06 14:17:04 +08:00
parent 73aca07391
commit 466d278b29
12 changed files with 301 additions and 111 deletions

View File

@@ -211,6 +211,7 @@ export function simplifyLayers(layers) {
fill: layer?.fill || null,
fillColor: layer.fillColor,
selectObject: layer.selectObject,
blendMode: layer.blendMode || null,
};
return simplifiedLayer;