Clipboard Listener
Clipboard Listener
NodeJS doesn't have package for reading clipboard image and listening to clipboard.
I created this package to solve this problem with a Golang package.
GitHub Repo: https://github.com/HuakunShen/general-clipboard-listener
GitHub Repo: https://github.com/CrossCopy/clipboard
A Cross-Platform clipboard listener that listens for both text and image (screenshots). Designed for NodeJS, not for web. Provides API to read and write text/image from/to clipboard.
npm package: https://www.npmjs.com/package/@crosscopy/clipboard
Tech Stack
- Golang
- NodeJS
- TypeScript
Sample Usage
How is this guide?