# remake-keyword

> remake key words

Latest version **1.0.1** (published 2024-05-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install remake-keyword
pnpm add remake-keyword
yarn add remake-keyword
bun add remake-keyword
```

## 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.1 |
| Published | 2024-05-17 |
| First published | 2024-05-17 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ronixiao |
| Maintainers | kevinxiaohongwen |

## Links

- npm: https://www.npmjs.com/package/remake-keyword
- npm.io page: https://npm.io/package/remake-keyword

## Recent versions

- 1.0.1 (latest) — 2024-05-17
- 1.0.0 — 2024-05-17

## README

# remake keyword

## how to use
```js
    const options = {
        text: '举报人：xxxxxxxx? | 被举报人：xxxxx个红包呗 | 被举报人：拿钱xxxx | 举报人：xxxx，',
        remake: [
            {
                word: ['红包', '拿钱'],
                style: {
                    color: 'red',
                    'font-size': '18px' 
                } 
            },
            {
                word: ['举报人'],
                style: {
                    color: 'green',
                    'font-size': '18px' 
                } 
            }
        ]
    }
    const data = new RemakeKeyword.RemakeKeyword(options)
```

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