lazy-loading-image-render
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

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.

Package Sidebar

Install

npm i lazy-loading-image-render

Weekly Downloads

2

Version

1.1.9

License

MIT

Unpacked Size

14.5 kB

Total Files

9

Last publish

Collaborators

  • ezzio.salas