Add preview to Save SVG node (#74)

This commit is contained in:
Jedrzej Kosinski 2025-04-30 14:12:21 -05:00 committed by GitHub
parent 1af6fd53bb
commit ae436ac3b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,7 +91,7 @@ class SaveSVGNode:
"type": self.type
})
counter += 1
return (None,)
return { "ui": { "images": results } }
class RecraftColorRGBNode: