# tiny-copy

> Tiny clipboard util for modern browsers.

Latest version **1.0.0** (published 2017-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install tiny-copy
pnpm add tiny-copy
yarn add tiny-copy
bun add tiny-copy
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-12-01 |
| First published | 2017-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | wemlion |
| Maintainers | wemlion |

## Links

- npm: https://www.npmjs.com/package/tiny-copy
- Repository: https://github.com/AngusFu/tiny-copy
- Homepage: https://github.com/AngusFu/tiny-copy#readme
- Issues: https://github.com/AngusFu/tiny-copy/issues
- npm.io page: https://npm.io/package/tiny-copy

## Recent versions

- 1.0.0 (latest) — 2017-12-01

## README

# tiny-copy

A tiny tool to copy text content.

## Install

```bash
npm install --save tiny-copy

# or
yarn add tiny-copy
```

Or just add a `script` tag in you html:

```html
<script src="https://unpkg.com/tiny-copy"></script>
```

## Usage

```js
const tinyCopy = require('tiny-copy')

// Copy from an HTML element
tinyCopy(document.getElementById('my-rich-text'))

// Copy custom text content (raw text)
tinyCopy('some text...')
```

---
_Source: https://npm.io/package/tiny-copy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
