0.2.0 • Published 4 years ago

@devmoath/copy-text v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@devmoath/copy-text Node.js Package

Copy text to user clipboard

Installation

Install the plugin from npm:

# Using npm
npm install @devmoath/copy-text

# Using Yarn
yarn add @devmoath/copy-text

Usage

// es module import:
import copy from '@devmoath/copy-text';

// commonjs import:
const copy = require('@devmoath/copy-text').default;

copy('THE VALUE YOU WANT TO COPY IT');
0.2.0

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago