GitHub - cloudcmd/clipboard: Clipboard API polyfill · GitHub
Skip to content

cloudcmd/clipboard

Folders and files

Repository files navigation

Async Clipboard NPM version Dependency Status Build Status Coverage Status

Async clipboard api uses navigator.clipboard if available or smallest polyfill in the world.

Install

npm i @cloudcmd/clipboard

API

writeText(str)

Write text to clipboard.

const clipboard = require('@cloudcmd/clipboard');

clipboard.writeText('hello')
    .then(console.log)
    .catch(console.error);

License

MIT

About

Clipboard API polyfill

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors