Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zuzak/owo

@Nepeta's iOS furry-speak transformation thing ported to a JS library
https://github.com/zuzak/owo

hacktoberfest owo

Last synced: 7 days ago
JSON representation

@Nepeta's iOS furry-speak transformation thing ported to a JS library

Awesome Lists containing this project

README

        

# whats-this
> Huohhhh. fuwwy stwing twansfowmew ;3

This is a port of the logic behind @Nepeta's cursed [OWO](https://github.com/Nepeta/OwO) into JavaScript.
This project has also, in turn, been ported into [Go](https://github.com/mnlwldr/owo), [Raku](https://github.com/kawaii/raku-acme-owo), [Python](https://github.com/piethrower/OwO) and [C#](https://github.com/pollux/owo).

## Installation
![npm (scoped)](https://img.shields.io/npm/v/@zuzak/owo.svg)
```
npm i @zuzak/owo
```

## Usage
```js
const owo = require('@zuzak/owo')

console.log(owo('I have no mouth and I must scream'))
// HIIII! I haz nu mouth and I must scweam XDDD

console.log(owo.translate('I have no mouth and I must scream'))
// I haz nu mouth and I must scweam
```