项目作者: macklinu

项目描述 :
Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang
高级语言: JavaScript
项目地址: git://github.com/macklinu/gucci-gang.git
创建时间: 2018-01-27T18:07:29Z
项目社区:https://github.com/macklinu/gucci-gang

开源协议:MIT License

下载


gucci-gang

Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang, Gucci gang

npm
Build Status
license
code style: prettier
semantic-release

Installation

Under the hood, this package relies on canvas, so you may need to install Cairo and Pango as stated in the installation section of their README. Then you can install gucci-gang:

  1. npm install gucci-gang

Not sure why you would ever install this though.

Usage

The simplest way to use this package is to use the CLI:

  1. $ npx gucci-gang

This will print an ASCII art picture of Lil Pump to your terminal, like so:

You can alternatively use the programmatic API:

  1. import gucciGang from 'gucci-gang'
  2. gucciGang()
  3. .then(text => console.log(text))
  4. .catch(err => console.error(err))