use-light-copy

1.0.0 • Public • Published

install

npm install use-light-copy

Usage

/*

* @name: toCopy

* @test: test font

* @msg:

* @param text:String options:Object =>{debug:Boolean}

* @return Promise=>then(res:Boolean)

*/

const { toCopy } = require('use-light-copy')

button.addEventListener('click', async () => {
 await isCopy = toCopy('This is some cool text',{debug:true})
})

Readme

Keywords

none

Package Sidebar

Install

npm i use-light-copy

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

2.25 kB

Total Files

3

Last publish

Collaborators

  • zhanggenyuan