@watermark-design/node
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

watermark design

npm package GitHub Workflow Status npm bundle size npm download week GitHub Join the chat

@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

@zhensherlock.

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

Package Sidebar

Install

npm i @watermark-design/node

Weekly Downloads

3

Version

1.3.0

License

MIT

Unpacked Size

118 kB

Total Files

13

Last publish

Collaborators

  • zhensherlock