3.0.5 • Published 5 years ago

text-to-clipboard v3.0.5

Weekly downloads
13
License
ISC
Repository
github
Last release
5 years ago

text-to-clipboard

Copy text to clipboard

How to install

  1. Use latest version

npm install text-to-clipboard@latest

  1. Use spesific version

npm install text-to-clipboard@1.0.0


How to use

  1. For vanilla js

var copy = require('text-to-clipboard')

copy.copyCB('some text') // text has been copied to clipboard now

  1. For TypeScript

import * as copy from 'text-to-clipboard'

copy.copyCB('some text') // text has been copied to clipboard now

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.0.0

5 years ago