Render: Remove default BG color from card stacks
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = {
|
||||
width: 900,
|
||||
height: 500,
|
||||
channels: 4,
|
||||
background: { r: 255, g: 0, b: 0, alpha: 0.5 },
|
||||
background: { r: 0, g: 0, b: 0, alpha: 0.0 },
|
||||
animated: true
|
||||
}
|
||||
}).composite([
|
||||
|
||||
Reference in New Issue
Block a user