We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I need to merge several transparent images and then add a color background based on user selected hex code. Is it possible to do that somehow?
The text was updated successfully, but these errors were encountered:
It's not currently possible but support for that could be implemented.
If you add this functionality in clean and well documented way I'd happily accept a pull request.
Alternatively, if you don't want to implement it yourself you could sponsor me to implement it. I could do this for $50.
Sorry, something went wrong.
var canvas = document.getElementById("canvas"); var ctx = canvas.getContext("2d"); ... ctx.fillStyle = "white"; ctx.fillRect(0, 0, canvas.width, canvas.height);
Just add the last two lines to fill the background in the index.js
index.js
No branches or pull requests
I need to merge several transparent images and then add a color background based on user selected hex code. Is it possible to do that somehow?
The text was updated successfully, but these errors were encountered: