N
N
Nikita Kravchenko2016-09-18 11:11:22
css
Nikita Kravchenko, 2016-09-18 11:11:22

How to remove background from png canvas?

How to remove the black background from an image?
https://codepen.io/Kravchenko55/pen/yaJLPE

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
napa3um, 2016-09-18
@Kravchenko_n

var clear = function() {
    context.clearRect(0, 0, w, h);
};

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question