Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flipout

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flipout

Flip text upside-down

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by60%
Maintainers
1
Weekly downloads
 
Created
Source

flipout

Flip text upside-down

How Install

npm install flipout

or

npm i flipout

Usage

  var flip = require('flipout')

  console.log(flip('The quick brown fox jumps over the lazy dog'))
  // 'ƃop ʎzɐl ǝɥʇ ɹǝʌo sdɯnɾ xoɟ uʍoɹq ʞɔᴉnb ǝɥ⊥'

  console.log(flip('0123456789'))
  // '68ㄥ9ϛㄣƐᄅƖ0'

  console.log(flip('5-3=2'))
  // 'ᄅ=Ɛ-ϛ

  // Accents are not flipped atm
  console.log(flip('¿Qué he hecho yo para merecer esto?'))
  // '¿oʇsǝ ɹǝɔǝɹǝɯ ɐɹɐd oʎ oɥɔǝɥ ǝɥ énb?'

Keywords

FAQs

Package last updated on 22 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc