# textra

> Extra text effects!

Latest version **0.1.1** (published 2016-03-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install textra
pnpm add textra
yarn add textra
bun add textra
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2016-03-08 |
| First published | 2016-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lucien Greathouse |
| Maintainers | lpghatguy |

## Links

- npm: https://www.npmjs.com/package/textra
- Repository: https://github.com/LPGhatguy/textra
- Homepage: https://github.com/LPGhatguy/textra#readme
- Issues: https://github.com/LPGhatguy/textra/issues
- npm.io page: https://npm.io/package/textra

## Recent versions

- 0.1.1 (latest) — 2016-03-08
- 0.1.0 — 2016-03-08
- 0.0.0 — 2016-03-07

## README

# Textra!
Enable extra effects on your HTML text with the power of canvas!

```sh
npm install textra
```

## Usage

```js
const textra = require("textra");

const elements = Array.from(document.querySelectorAll("[data-textra]"));
elements.forEach(element => {
	textra.enable(element);
});
```

## Building
Building requires Node 5.0+.

```sh
npm install
gulp
```

Your browser will open and point to `http://localhost:3000`, which will host `test/index.html` and rebuild everything on the fly.

To build a release build, use

```sh
gulp --preset=es5
```

Output will be in the `es5` directory.

## License
Textra is available under the MIT license. See [LICENSE.md](LICENSE.md) for more details.

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