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, optimized Cumulative Layout Shift (CLS), and more.
This project is available as an NPM package: @twicpics/components.
Installation:
# with yarn
yarn add @twicpics/components
# or with NPM
npm install @twicpics/componentsThis project uses yarn as dependency manager.
Simply type yarn build. Dependencies are installed automatically.
