Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Remove Watermark, after initializing it in the canvas. #552

Open
ahmad6242 opened this issue Jul 1, 2020 · 0 comments
Open

Remove Watermark, after initializing it in the canvas. #552

ahmad6242 opened this issue Jul 1, 2020 · 0 comments

Comments

@ahmad6242
Copy link

Hello Everyone.
Just wondering after i place the Watermark using the Code below.

var newImage = new Image()
 newImage.src = e.target.result;
lc.setWatermarkImage(newImage);

Now i just want it to be removed, Can i achieve this somehow. Please help.
if i put empty src image like this it did not affect anything at all, it just keeps the old watermark...

var newImage = new Image()
lc.setWatermarkImage(newImage);
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant