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

strapi-plugin-blur-placeholder

v0.2.0

Published

Blur image download for placeholder

Readme

Version: 1.0.0
Compatible with Strapi: ≥ 5.14.0
License: MIT
Free and open-source

French documentation available here:
Français disponible ici

🖼️ Overview

The Blur Placeholder plugin adds a modern user experience layer to your front-end sites by automatically generating blurred placeholders for your images.

These placeholders are embedded directly in the JSON response of your media via a new blurhash field. This enables progressive and smooth image loading on your site, optimizing load times and user perception.

The plugin is compatible with both the local and Cloudinary providers.

✨ Features

  • 🔄 Automatic blurhash generation on:

    • Server startup (for existing media without a hash)
    • Upload of new media
  • ⚙️ Configuration interface:

    • New tab in the admin panel: Blur Placeholder
    • Choose your algorithms and provider
    • Apply settings to all media with one click
  • 🧩 Individual media management:

    • View, manual edit, and generate on a case-by-case basis
  • 🌍 Multi-language support (initial)

  • 🤝 Open to contributions (see contact below)

🔧 Technologies used

The plugin supports several placeholder generation methods:

📦 Installation

npm install strapi-plugin-blur-placeholder
or
yarn add strapi-plugin-blur-placeholder

Don’t forget to restart or rebuild your Strapi application after installing a new plugin.

Add in config/plugins.ts a placeholder :

'blur-placeholder': {
  config: {
    autoload: true,
    tool: "blurhash",
  }
}

🧰 Configuration

Once installed:

  1. Go to the Blur Placeholder tab in the admin panel

  2. Choose your generation settings (type, quality, etc.)

  3. Apply settings globally or manage media individually

No manual file configuration is needed.

✅ Compatibility

  • Strapi v5.14.0 or newer
  • Local provider
  • Cloudinary provider

📧 Contact & Contributions

Improvements, bugs, or ideas? Contact me:

  • Email: [email protected]
  • Website: michelaxel.fr
  • Contributions welcome via PRs or issues on the GitHub repository

📄 License

This plugin is distributed under the MIT license. Free and open use.