Articles for the Zero Dependencies tag
-
Typed.js: The Invisible Typist Living Inside Your Website
Every memorable landing page has that moment where text appears letter by letter, as if a ghost is typing it in real time. Typed.js has been conjuring that illusion since 2013, and with v3.0.0 it is still the most popular way to make your hero section feel alive.
-
Heat.js: Turn Your Date Data Into Beautiful Heatmaps, Charts, and More
GitHub contribution graphs have trained us all to think in green squares. Heat.js takes that idea and runs with it, giving you six different ways to visualize date-based activity with zero dependencies and a single library.
-
StackBlur.js: The Blazing Fast Canvas Blur That Skips the Math Homework
When CSS filter blur is not enough and a full Gaussian convolution is overkill, StackBlur.js sits in the sweet spot: visually indistinguishable from Gaussian at most radii, but fast enough to run in real time on large canvases with zero dependencies.
-
Croner: The Universal Cron Library That Runs Everywhere Your JavaScript Does
Scheduling tasks with cron expressions is one of those problems that looks solved until you try to do it in a browser, need second-level precision, or want to know when the last Friday of every month falls. Croner handles all of that and runs on every JavaScript runtime that matters.