Container-images is a lightweight library (0.6KB gzipped) which allows you to use container queries for images.
Unlike HTML responsive images, which are implemented with srcset, these images are based on the container size of their parent container and not the screen size and are therefore much easier to maintain.
Installation
``bash npm i container-images `
Typescript
`ts import containerImages from 'container-images'