watermarkjs
watermarkjs copied to clipboard
Image is not defined
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
I have the same issue, did you have any success resolving it?
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.