twicpics
Go to documentationImages and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.

TwicPics Components
TwicPics components is a library of components to provide context-aware optimization for images and videos. They come with best practices out-of-the-box: lazy loading, Low Quality Image Placeholders, handling of Cumulative Layout Shifts, etc.
Get Started
This project is available as an NPM package: @twicpics/components
.
Installation:
# with yarnyarn add @twicpics/components# or with NPMnpm install @twicpics/components
Contributing
This project uses yarn as dependency manager.
Building
Simply type yarn build
. Dependencies are installed automatically.