embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

Transparent canvas? #95

Closed corysimmons closed 4 years ago

corysimmons commented 4 years ago

Would love to draw on people's faces.

corysimmons commented 4 years ago

image

For some reason it wraps the canvas in that div with bg white. Kinda curious why 4 canvas, but more worried about bg.

pburtchaell commented 4 years ago

The solution is:

<CanvasDraw style={{ background: "none" }} />
corysimmons commented 4 years ago

Thank you! I am happy now!

image