🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

lazy-loading-image-render

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazy-loading-image-render

Lazy loading image render with blur effect for Next.js

1.1.9
latest
Version published
Weekly downloads
14
27.27%
Maintainers
0
Weekly downloads
 
Created

Lazy Loading Image Render

A Next.js component for lazy loading images with blur effect.

Installation

npm install lazy-loading-image-render

Usage

const { processImage } = require('lazy-loading-image-render');

// Example usage
const result = await processImage({ src: 'path/to/image.jpg', width: 800, height: 600 });
console.log(result);

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Thanks to Sharp for the high-performance image processing library.
  • Thanks to Mocha for the testing framework.
  • Thanks to ESLint for the linting tool.
  • Thanks to npm for the package manager.
  • Thanks to GitHub for the code hosting platform.
  • Thanks to Node.js for the JavaScript runtime.
  • Thanks to npm for the package manager.
  • Thanks to GitHub for the code hosting platform.
  • Thanks to Node.js for the JavaScript runtime.

FAQs

Package last updated on 10 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts