0.0.4 • Published 5 years ago

clipboard-file v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

clipboard-file v0.02

A nodejs addons, reading file path from clipboard

Installation

Using npm:

npm i clipboard-file --save

In Node.js

const cf = requrie('clipboard-file');
cf.getClipboardFiles();
// if empty, return []
// else return ['filepath1', filepath2];

Support

Only support Windows & High Version MacOS(macOS 10_13)