1.1.3 • Published 2 years ago

nodeclipboard-image v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.1.2

2 years ago

1.1.11

2 years ago

1.1.1

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