Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 575 Bytes

README.md

File metadata and controls

37 lines (30 loc) · 575 Bytes

Flip What

NPM Version

A simple spin on the classic ascii table flip (╯°□°)╯︵ ┻━┻

Installation:

npm install @xcsrz/flipwhat

Usage:

ES6:

import fw from 'flipwhat';

console.log(fw('GOOGLE'));
console.log(fw());

Yields:

(╯°□°)╯︵    ǝʃƃooƃ
(╯°□°)╯︵    ┻━┻

CommonJS:

const flipwhat = require('@xcsrz/flipwhat').default

console.log(flipwhat())
console.log(flipwhat('FaCeBooK'));

Yields:

(╯°□°)╯︵    ┻━┻
(╯°□°)╯︵    ʞooqǝɔɐɟ