1.1.3 • Published 3 years ago

furrify v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Furrify

Throw some text through the "uwu" filter.

Update: Furrify array of strings with furrifyAll().

Install

$ npm install furrify

Import

const { furrify, furrifyAll } = require('furrify');

// or

import {
    furrify,
    furrifyAll
} from 'furrify';

Usage

// Single string
const string = `hello world! im from norway.`;
console.log(furrify(string));

// Array of strings
const array = [
    "hello world",
    "im from norway"
];
console.log(furrifyAll(array));
1.1.1

3 years ago

1.1.0

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago