flip-text
v1.2.0
Published
A node module and CLI for flipping text upside-down.
Downloads
617
Readme
flip-text
A node module and CLI for flipping text upside-down.
Install
npm install -g flip-text
Run
In JS:
var flip = require('flip-text')
flip('Beep boop, BOP?')
// ¿ԀO𐐒 'dooq dǝǝ𐐒
Or CLI:
flip "Beep boop, BOP?"
License
Copyright 2021 Cameron Lakenen