1.1.9 • Published 7 months ago

lazy-loading-image-render v1.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.1.7

7 months ago

1.1.6

7 months ago

1.1.5

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.0

7 months ago

1.0.6

7 months ago

1.0.3

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago