JSPM

ascii-art-reverse

0.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q40098F
  • License MIT

reverses ascii art. caution, uses magic.

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 is 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 " +
 "   _/,`-.-' : " +
 "  (_,)-~~(_,) ";

console.log(reverse(art));

Output:

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

Like I said, MAGIC.