1.1.9 • Published 11 months ago

lazy-loading-image-render v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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.
1.1.9

11 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.0

11 months ago

1.0.6

11 months ago

1.0.3

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago