# uwuify-rs

> Node.js wrapper to the uwuify library

Latest version **1.0.6** (published 2021-04-12) · MIT license · 0 weekly downloads

## Install

```sh
npm install uwuify-rs
pnpm add uwuify-rs
yarn add uwuify-rs
bun add uwuify-rs
```

## 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.6 |
| Published | 2021-04-12 |
| First published | 2021-04-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 344.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| Author | Morshu |
| Maintainers | morshu1 |
| Keywords | uwuify, uwu, neon, node, text, rust |

## Links

- npm: https://www.npmjs.com/package/uwuify-rs
- Repository: https://git.morshu.xyz/morshu/uwuify-rs
- Issues: https://git.morshu.xyz/morshu/uwuify-rs/issues
- npm.io page: https://npm.io/package/uwuify-rs

## Dependencies (3)

- [yn](https://npm.io/package/yn.md) ^4.0.0
- [rimraf](https://npm.io/package/rimraf.md) ^3.0.2
- [command-exists](https://npm.io/package/command-exists.md) ^1.2.9

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2021-04-12

## README

# uwuify-rs
Node.js wrapper to the [uwuify](https://crates.io/crates/uwuify) library

## Requirements
An x86/x86_64 CPU that supports SSE4.1 and a copy of [Rust](https://www.rust-lang.org/tools/install) installed to compile the native module.

## Installation
First install [Rust](https://www.rust-lang.org/tools/install) onto your computer and verify if this command can run in your terminal
```
cargo --version
```
Run this command to install this package in your terminal
```
npm i --save uwuify-rs
```
or with yarn
```
yarn add uwuify-rs
```
or with pnpm
```
pnpm i uwuify-rs
```
## Documentation
Theres only 1 function, that is `uwuify()`, which uwuifys text.
### example
```js
const {uwuify} = require('uwuify-rs')
console.log(uwuify("When the imposter is sus"))
```

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