I made a Node.js colors library in 192 bytes minzipped (+ code explanation!)
A few minutes ago, I published PlanckColors. It's probably the smallest node module for colors on the internet, at just 119 bytes minzipped! It's so small, here's the source code:
let p=['black','red','green','yellow','blue','magenta','cyan','white']...
blog.siddu.tech2 min read
Anish De
15 • 🌐 Fullstack Web Developer • 📝 Blogger • 🚀 Web3 Enthusiast • 📱 Tech Enthusiast
Wow, that is awesome!!!