Utility to perform build-time image transformations.
eleventy-img is a low-level utility that allows users to perform build-time image transformations for both vector and raster images. It supports outputting images in multiple sizes and formats, caching remote images locally, and provides full control over the HTML output. The utility can be used with various HTML elements such as <picture>, <img>, or CSS background-image, making it versatile for different use cases.
11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.