# textras

> Some more cool Prototypes such as String.prototype.bold()!

Latest version **1.0.3** (published 2020-07-19) · ISC license · 0 weekly downloads

## Install

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

## 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.3 |
| Published | 2020-07-19 |
| First published | 2020-07-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Yahel \| PSYX |
| Maintainers | psyx |
| Keywords | text, text weight, fonts, prototypes, bold text, italic text, text extras |

## Links

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

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 1.0.3 (latest) — 2020-07-19
- 1.0.2 — 2020-07-14
- 1.0.1 — 2020-07-14
- 1.0.0 — 2020-07-14

## README

# Textras

Textras is a Node package which allows you to use some more cool text features as Prototypes!
## Installation

Use [npm](https://www.npmjs.com/) to install Textras.

```bash
npm install textras
```

## Usage

```javascript
require('textras');

const string = "hello world";

string.wordCap()     //===> "Hello World"
string.remove(3)     //===> "helo world"
string.italic()      //===> "𝘩𝘦𝘭𝘭𝘰 𝘸𝘰𝘳𝘭𝘥"
string.bold()        //===> "𝗵𝗲𝗹𝗹𝗼 𝘄𝗼𝗿𝗹𝗱"
string.separate('-') //===> "h-e-l-l-o-w-o-r-l-d"
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[ISC](https://choosealicense.com/licenses/isc/)

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