1.1.9 • Published 7 months ago
lazy-loading-image-render v1.1.9
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.