0.0.1 • Published 9 years ago

ascii-art-reverse v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Ascii Art Reverse

This package is essentially a rainbow being farted from the aft portion of a unicorn. It's pure magic.

Install

npm install ascii-art-reverse

Usage

var reverse = require('ascii-art-reverse');

var art = [
  '    ("-^-/")  ',
  "    `o__o' ]  ",
  "    (_Y_) _/  ",
  "  _..`--'-.`, ",
  " (__)_,--(__) ",
  "     7:   ; 1 ",
  "   _/,`-.-' : ",
  "  (_,)-~~(_,) "
].join('\n')

console.log(reverse(art));

Output:

 ("\-^-")   
 [ 'o__o`   
 \_ (_Y_)   
,`.-'--`.._ 
(__)--,_(__)
1 ;   :7    
: '-.-`,\_  
(,_)~~-(,_) 

Like I said, MAGIC.