能否请您告诉我如何在react js中添加水印。 我正在从此站点获取帮助 http://brianium.github.io/watermarkjs/text.html
这是我的代码 https://codesandbox.io/s/8lr7krkk3l
handle = () => {
console.log(watermark);
watermark([
"https://www.hometown.in/media/product/88/5392/57299/1-product_500.jpg"
])
.image(
"dsda".lowerRight("watermark.js", "48px Josefin Slab", "#fff", 0.5)
)
.then(function(img) {
console.log(img);
});
};
我想显示其中带有水印(任何文本)的图像
答案 0 :(得分:1)
您可以使用以下其中一个软件包为图像加水印。
答案 1 :(得分:0)
您的代码有几个问题
"dsda"
更改为watermark.text