Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

draw-ascii

Lagaress15MIT1.0.2

A library to draw ASCII art animals, tools, food, objects and weapons

ascii, javascript, art, animals, cow, pig, chicken, duck, cat, dog, tools, hammer, axe, saw, screwdriver, wrench, food, bacon, beer, cheese, donut, fish, grapes, milk, food

readme

draw-ascii

📖 Documentation · 📣 Announcements · 🐞 Report Bug · 🍩 Request Feature ·

About

A library to draw ASCII art animals, tools, and food

Installation

npm install  draw-ascii

Usage

const { cow } = require('draw-ascii');

console.log(cow);

// Output
//       \\   ^__^
//        \\  (oo)\\_______
//           (__)\\       )\\/\\
//               ||----w |
//               ||     ||

Types

Click the name for more information

Animals

Tools

Food

Objects

Weapons

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Author

Jesús Lagares

Acknowledgments

Designs were extracted from ascii.co.uk

changelog

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Initial project setup

Changed

Deprecated

Removed

Fixed

Security

[1.0.2] - 2024-10-07

Added

  • Added new art:
    • Cheese
    • Donut
    • Fish
    • Milk
    • Pear
    • Gun
    • Microphone
    • Pen
    • Towel
    • Typewriter

1.0.1 - 2024-09-29

Changed

  • Updated the export structure to allow named imports.

Fixed

  • Fixed broken links in the README.

1.0.0 - 2024-09-28

  • Initial stable release