Render: Remove default BG color from card stacks

This commit is contained in:
2022-08-29 00:40:41 +02:00
parent 202ab08d6c
commit 31b2836a45

View File

@@ -27,7 +27,7 @@ module.exports = {
width: 900, width: 900,
height: 500, height: 500,
channels: 4, channels: 4,
background: { r: 255, g: 0, b: 0, alpha: 0.5 }, background: { r: 0, g: 0, b: 0, alpha: 0.0 },
animated: true animated: true
} }
}).composite([ }).composite([