Skip to content

Commit

Permalink
background turn black
Browse files Browse the repository at this point in the history
  • Loading branch information
Noctiro committed Apr 20, 2023
1 parent cc67da3 commit 65de846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function allToOne(inputDir, outputFilePath) {
width: Math.round(width),
height: Math.round(height),
channels: 4,
background: null
background: { r: 0, g: 0, b: 0, alpha: 1 }
}
});

Expand Down

0 comments on commit 65de846

Please sign in to comment.