Package Exports
- ascii-art-reverse
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ascii-art-reverse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.