Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/JonasKruckenberg/vite-imagetools

Load and transform images using a toolbox :toolbox: of custom import directives!
https://github.com/JonasKruckenberg/vite-imagetools

image-transformations images resize-images responsive-images vite vite-plugin

Last synced: about 1 month ago
JSON representation

Load and transform images using a toolbox :toolbox: of custom import directives!

Awesome Lists containing this project

README

        

# Imagetools

A toolbox of easy-to-use import directives that transform and optimize your images at compile-time. All of the image
transformations are powered by [sharp](https://sharp.pixelplumbing.com).

## Features

- **🚀 Output modern formats**
- **🖼 Resize Images**
- **🔗 Easy Srcset generation**
- **⚡️ Fast in development mode**
- **🔒 Remove Image Metadata**
- **🧩 Extensible**

[Read the docs to learn more!](https://github.com/JonasKruckenberg/imagetools/blob/main/docs/README.md)

## Packages

| Package | Version (click for changelogs) |
| -------------------------------- | :--------------------------------------------------------------------------------------------------------------- |
| [imagetools-core](packages/core) | [![imagetools-core version](https://img.shields.io/npm/v/imagetools-core?label=%20)](packages/core/CHANGELOG.md) |
| [vite-imagetools](packages/vite) | [![vite-imagetools version](https://img.shields.io/npm/v/vite-imagetools?label=%20)](packages/vite/CHANGELOG.md) |

## Contributing

Feel free to dive in! [Open an issue](https://github.com/JonasKruckenberg/vite-imagetools/issues/new) or submit PRs! All
information to get you started hacking on imagetools is in [CONTRIBUTING.md](./CONTRIBUTING.md)!

## Sponsoring

Are you using imagetools in your company, in a commercial project or just feeling generous?
Consider
[sponsoring me on GitHub](https://github.com/sponsors/JonasKruckenberg) to support the development and get your
companies logo featured!

## Acknowledgements

Thanks to [@the-yamiteru](https://github.com/the-yamiteru) for their ideas and support on improving this project.

## License

[MIT © Jonas Kruckenberg.](./LICENSE)