lazy-loading-image-render
Version:
Lazy loading image render with blur effect for Next.js
36 lines (25 loc) • 1.18 kB
Markdown
# Lazy Loading Image Render
A Next.js component for lazy loading images with blur effect.
## Installation
```bash
npm install lazy-loading-image-render
```
## Usage
```javascript
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](LICENSE) file for details.
## Acknowledgments
- Thanks to [Sharp](https://github.com/lovell/sharp) for the high-performance image processing library.
- Thanks to [Mocha](https://github.com/mochajs/mocha) for the testing framework.
- Thanks to [ESLint](https://eslint.org/) for the linting tool.
- Thanks to [npm](https://www.npmjs.com/) for the package manager.
- Thanks to [GitHub](https://github.com/) for the code hosting platform.
- Thanks to [Node.js](https://nodejs.org/) for the JavaScript runtime.
- Thanks to [npm](https://www.npmjs.com/) for the package manager.
- Thanks to [GitHub](https://github.com/) for the code hosting platform.
- Thanks to [Node.js](https://nodejs.org/) for the JavaScript runtime.