1.0.6 • Published 5 years ago
uwuify-rs v1.0.6
uwuify-rs
Node.js wrapper to the uwuify library
Requirements
An x86/x86_64 CPU that supports SSE4.1 and a copy of Rust installed to compile the native module.
Installation
First install Rust onto your computer and verify if this command can run in your terminal
cargo --versionRun this command to install this package in your terminal
npm i --save uwuify-rsor with yarn
yarn add uwuify-rsor with pnpm
pnpm i uwuify-rsDocumentation
Theres only 1 function, that is uwuify(), which uwuifys text.
example
const {uwuify} = require('uwuify-rs')
console.log(uwuify("When the imposter is sus"))