Skip to content

An ascii art library for NodeJS on animals category.

License

Notifications You must be signed in to change notification settings

NeotiDev/animals-ascii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animals-ascii

FOSSA Status NPM Downloads NPM Version Code Size Code Language

Want to have some animals textart included in your project or console? Here you are!

Built with LoveMade with JavaScript

License

Join Our Discord Server

FOSSA Status

Installation

Use npm:

npm install animals-ascii --save

Animals in this version

  • cat
  • dog
  • cat_love
  • dog_nsfw
  • snake
  • snail
  • lion
  • cow

Usage

animals.drawAnimal(animal)

  • animal - The name of the animal.

This function will print the ascii to the console.

art.draw(animal)

  • animal - Name of the animal.

This function will return the ascii art.

Example

var art = require('animals-ascii');

//Print the animal to console
art.printAnimal("snake");

//or, define it by a variable.
const snake = art.getAnimal("snake");

Contribution

Contributing is really easy! Just make a pull request and help us by adding some more animals. Thanks! https://animals-ascii.js.org

About

An ascii art library for NodeJS on animals category.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published