better-clipboard

1.0.0 • Public • Published

A better clipboard for Electron (NodeJS).

Install

npm i better-clipboard

electron-rebuild -f -w better-clipboard

Usage

import { betterClipboard } from 'better-clipboard';

betterClipboard.readFilePathList(); // get the path of file which in clipboard
betterClipboard.readBufferList();
betterClipboard.readFileList();


betterClipboard.writeFileList([]); // write file into clipboard via file path

Webpack

If you are using webpack, simply add better-clipboard into externals:

  config.externals = {
    'better-clipboard': 'commonjs better-clipboard'
  }

Hope you have a better experience when using clipboard in electron.

Package Sidebar

Install

npm i better-clipboard

Weekly Downloads

8

Version

1.0.0

License

MIT

Unpacked Size

45.9 kB

Total Files

19

Last publish

Collaborators

  • simumn