1.4.0 • Published 1 year ago

@watermark-design/node v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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

1.4.0

1 year ago

1.3.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago