built a Node.js package that prints animals and shapes in your terminal 🐱❤️

Hey devs 👋

I created a small open-source project called any-pattern — it prints letters, shapes, animals, and moods as colorful ASCII art in the terminal.

✅ Works in Node.js & TypeScript
✅ 16 color support
✅ CLI & importable functions
✅ Animals, hearts, stars, pyramids & more

Example:

npm i any-pattern import { anyLog, anyShape, anyAnimal, anyMood } from "any-pattern"; anyLog("Hello", "red"); anyShape("heart", "blue"); anyAnimal("cat", "yellow"); anyMood("smiley", "green"); 

Repo: https://github.com/diyonfinesco/any-pattern
npm: https://www.npmjs.com/package/any-pattern

Would love feedback + pattern ideas! 🎉

submitted by /u/ChampionshipSilly706
[link] [comments]