Want to have some animals textart included in your project or console? Here you are!
Use npm:
npm install animals-ascii --save
- cat
- dog
- cat_love
- dog_nsfw
- snake
- snail
- lion
- cow
animal
- The name of the animal.
This function will print the ascii to the console.
animal
- Name of the animal.
This function will return the ascii art.
var art = require('animals-ascii');
//Print the animal to console
art.printAnimal("snake");
//or, define it by a variable.
const snake = art.getAnimal("snake");
Contributing is really easy! Just make a pull request and help us by adding some more animals. Thanks! https://animals-ascii.js.org