1.0.10 • Published 3 years ago

@pigerla/copy-paste-js v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

copy-paste-js 非常轻量的复制粘贴库

非常轻量的复制粘贴库(npm 包) A very light-weight copy-paste function code

Install 安装

npm install @pigerla/copy-paste-js

Usage 使用

import copyPaste from "@pigerla/copy-paste-js";

copyPaste(text).then((text) => {
  console && console.log("Copy successfully", text);
});

Parameter 参数说明

text:the plain text which need to copy 待复制到剪切板的文本、字符串
1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago