I'm brand new to working with three.js and I'm trying to achieve a transparent background for the smoke canvas overlaying the image. Currently, the canvas is positioned behind the image as shown in the CSS below.
canvas{
position: absolute;
z-index: 2;
top:0px;
left: 0;
}
I'm struggling to figure out how to remove or make the black background of the canvas transparent. Could you take a look at my demo linked below?