npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tailwind-css-instagram-filters

v1.1.0

Published

A Tailwind CSS plugin, that adds 44 Instagram like filter utility classes.

Readme

tailwind-css-instagram-filters

A Tailwind CSS plugin, that adds 44 Instagram like filter utility classes.

Installation

npm install tailwind-css-instagram-filters

Import tailwind-css-instagram-filters.css in your stylesheet:

@import "./path/to/node_modules/tailwind-css-instagram-filters/tailwind-css-instagram-filters.css";

Usage

<div class="filter-1977">
  <img src="some.jpg" alt="Description">
</div>

Caution

This plugin uses pseudo elements (::before, ::after) in order to add colored overlays to the elements you apply the filters to. This is necessary to achieve the desired effect, but it also comes with 2 downsides:

  1. If you apply these filters to elements that already use pseudo elements for styling, you may encounter unexpected results or conflicts in the styling.
  2. Some elements like <img> or <video> are not designed to have pseudo elements applied to them. You will have to apply the filter on a wrapping element instead, which may require additional markup and styling adjustments.

List of filters

| Name | Utility class | | -------- | ------- | | 1977 | .filter-1977 | | Aden | .filter-aden | | Amaro | .filter-amaro | | Ashby | .filter-ashby | | Brannan | .filter-brannan | | Brooklyn | .filter-brooklyn | | Charmes | .filter-charmes | | Clarendon | .filter-clarendon | | Crema | .filter-crema | | Dogpatch | .filter-dogpatch | | Earlybird | .filter-earlybird | | Gingham | .filter-gingham | | Ginza | .filter-ginza | | Hefe | .filter-hefe | | Helena | .filter-helena | | Hudson | .filter-hudson | | Inkwell | .filter-inkwell | | Kelvin | .filter-kelvin | | Juno | .filter-juno | | Lark | .filter-lark | | Lofi | .filter-lofi | | Ludwig | .filter-ludwig | | Maven | .filter-maven | | Mayfair | .filter-mayfair | | Moon | .filter-moon | | Nashville | .filter-nashville | | Perpetua | .filter-perpetua | | Poprocket | .filter-poprocket | | Reyes | .filter-reyes | | Rise | .filter-rise | | Sierra | .filter-sierra | | Skyline | .filter-skyline | | Slumber | .filter-slumber | | Stinson | .filter-stinson | | Sutro | .filter-sutro | | Toaster | .filter-toaster | | Valencia | .filter-valencia | | Vesper | .filter-vesper | | Walden | .filter-walden | | Willow | .filter-willow | | xPro II | .filter-xpro-ii |

Live Demo

https://play.tailwindcss.com/UY8KXk27Hb?layout=preview

Preview

Preview of the filters