1.0.3 • Published 6 months ago

@martin-fenocchio/simple_copy v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

Simple copy

This is a small npm library for copying text to the clipboard. It's very simple to use and works in web applications.

Instalation

Install the library with npm:

npm i @martin-fenocchio/simple_copy

Usage

Here's an example of how to use simple_copy:

import { copyText } from "@martin-fenocchio/simple_copy";

copyText("Hello World!");

Functions

copyText(text)

This function copies the provided text to the clipboard.

text: String - - The text you want to copy to the clipboard.

Contributing

If you would like to contribute to this project, please submit a pull request with your suggestions.

License

This project is licensed under the MIT License.

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago