1.1.3 • Published 3 years ago

nodeclipboard-image v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

NodeClipboard Image

node library for interacting with the clipboard's image contents

Supported Operating Systems: Linux(X11)

Installation

npm install nodeclipboard-image

Usage

Javascript

const clip = require('nodeclipboard-image')
console.log(clip.getClipboardContent());

TypeScript

import getClipboardContents from 'nodeclipboard-image'
console.log(getClipboardContents())
1.1.3

3 years ago

1.1.2

3 years ago

1.1.11

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago