Q:

set stange beckground color easeljs

// Change it to red
canvas.style.backgroundColor = "#ff0000";

// Change it to the value of a text input
canvas.style.backgroundColor = document.getElementById("myTextInput").value;
0

New to Communities?

Join the community