0.0.3 • Published 2 years ago

clip-spy v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Clip-Spy

clipboard api for Node.js & Electron via rust napi bindings.

Install

npm i clip-spy -S

API

macOS

  • macClear clear pasteboard
  • macGet(format) -> Buffer get buffer via format string
  • macSet(format, Buffer) set buffer via format string & buffer data
  • macGetText(format) -> string get string via format
  • macSetText(format, string) -> string set string via format

windows / linux / ...

unimplemented. (cannot setup dev environment)