clipboard-image Read/write clipboard image. installation npm install @jswork/clipboard-image usage import ClipboardImage from '@jswork/clipboard-image'; // only testing on macos const buf = ClipboardImage.read(); // <Buffer xxxx> OR null license Code released under the MIT license.