1.1.9 • Published 8 months ago

lazy-loading-image-render v1.1.9

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

8 months ago

1.1.7

8 months ago

1.1.6

8 months ago

1.1.5

8 months ago

1.1.4

8 months ago

1.1.3

8 months ago

1.1.0

8 months ago

1.0.6

8 months ago

1.0.3

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago