UNPKG

fatarrow-ascii-art

Version:
72 lines (49 loc) 1.9 kB
# fatarrow-ascii-art [![License][license-image]][license-url] [![Version][version-image]][version-url] [![Build Status][build-image]][build-url] [![Dependency Status][dependencies-image]][dependencies-url] > ``` > __ _____ __ > ______ \ \ _/ ____\____ _/ |______ ______________ ______ _ __ > /_____/ \ \ \ __\\__ \\ __\__ \\_ __ \_ __ \/ _ \ \/ \/ / > /_____/ / / | | / __ \| | / __ \| | \/| | \( <_> ) / > /_/ |__| (____ /__| (____ /__| |__| \____/ \/\_/ > \/ \/ > ``` ## Install Install with [npm](https://npmjs.org/package/fatarrow-ascii-art) ```bash $ npm install fatarrow-ascii-art ``` ## Usage ### CoffeeScript ```coffee fatarrowAsciiArt = require 'fatarrow-ascii-art' console.log fatarrowAsciiArt ``` ### JavaScript ```javascript var fatarrowAsciiArt = require('fatarrow-ascii-art'); console.log(fatarrowAsciiArt); ``` ## Table of Contents * [Install](#install) * [Usage](#usage) * [Contributing](#contributing) * [Changelog](#changelog) * [License](#license) ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) ## Changelog See [CHANGELOG.md](CHANGELOG.md) ## License See [LICENSE](LICENSE) [build-image]: http://img.shields.io/travis/CaryLandholt/fatarrow-ascii-art.svg?style=flat [build-url]: http://travis-ci.org/CaryLandholt/fatarrow-ascii-art [dependencies-image]: http://img.shields.io/gemnasium/CaryLandholt/fatarrow-ascii-art.svg?style=flat [dependencies-url]: https://gemnasium.com/CaryLandholt/fatarrow-ascii-art [license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat [license-url]: LICENSE [version-image]: http://img.shields.io/npm/v/fatarrow-ascii-art.svg?style=flat [version-url]: https://npmjs.org/package/fatarrow-ascii-art