watermarkjs icon indicating copy to clipboard operation
watermarkjs copied to clipboard

Image is not defined

Open pamjadz opened this issue 6 years ago • 2 comments

I have a nodejs project that i want use this module. when i run this project i will get this problem: ReferenceError: Image is not defined

pamjadz avatar May 26 '18 11:05 pamjadz

I have the same issue, did you have any success resolving it?

boboci9 avatar Oct 29 '18 22:10 boboci9

Node is not currently supported - it lacks the Image and Canvas classes that are available in the browser. Perhaps the problem could be solved by using something like the node-canvas library.

brianium avatar Oct 30 '18 10:10 brianium