node-bear

0.1.1 • Public • Published

node-bear NPM version NPM downloads Build Status

Get random bear ASCII art. 随机获取「熊」的 ASCII 字符画 ʕ•͡౪•ʔ

Install

$ npm install --save node-bear

Usage

const bear = require('node-bear')
 
bear()
//=> ['ʕ∙ჲ∙ʔ'']
 
bear({count: 3})
//=> ['˞͛ʕ̡̢̡⚭◞₀͒◟⚭̀ʔ̢̡̢˞͛', 'ʕ•̫͡•ʔ', '(^(エ)^)']
 
bear.bears
//=> All bears in array

API

nodeBear([options])

options

count

Type: number
Default: 1

How many bears you want.

return

Type: array

The bears ASCII art.

License

MIT © EGOIST

Readme

Keywords

Package Sidebar

Install

npm i node-bear

Weekly Downloads

1

Version

0.1.1

License

MIT

Last publish

Collaborators

  • kchan