node-clipboard-event
node-clipboard-event copied to clipboard
Provide event with callback
I think it would be nice if the callback would get infos:
clipboardListener.on('change', (e) => {
console.log('Clipboard changed: ' + e.text);
});
Or rather - I'd need any way to get the clipboard's content after the event triggered.
is there any update on this? I really need this functionality for my projects thanks!
Kindly check https://github.com/sudhakar3697/node-clipboard-event/issues/8 until it's implemented. Thanks!