@watermark-design/node
v1.4.0
Published
watermark-design node
Downloads
15
Maintainers
Readme
@watermark-design/node
Installing
# or pnpm or yarn
npm install @watermark-design/node
Usage
import * as watermark from '@watermark-design/node';
watermark.blind
.decode({
url: 'https://cdn.jsdelivr.net/gh/zhensherlock/oss@main/uPic/blind-watermark-test-bxEJgQ.png',
})
.then((res) => {
console.log(res); // image base64 after decryption
});
Documentation
To learn more, check its documentation.
Maintainers
Contributing
Feel free to dive in! Open an issue or submit PRs.
Standard Readme follows the Contributor Covenant Code of Conduct.
Contributors
This project exists thanks to all the people who contribute.
License
MIT © MichaelSun