vite-imagetools
Advanced tools
Comparing version 3.0.0-next.3 to 3.0.0-next.4
{ | ||
"name": "vite-imagetools", | ||
"version": "3.0.0-next.3", | ||
"version": "3.0.0-next.4", | ||
"main": "dist/index.cjs", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
@@ -16,41 +16,9 @@ # vite-imagetools :toolbox: | ||
## v3 Roadmap | ||
- [x] Custom directives | ||
- [ ] Query parameter passthrough | ||
- [ ] Srcset output | ||
- [x] Metadata output | ||
- [ ] Full test coverage | ||
- [x] **Resize** (i.e. `width`,`w`,`height`,`h`,`resize`) | ||
- [x] **Rotate** | ||
- [x] **Format** (`format` and it's shorthands) | ||
- [ ] **flip** | ||
- [ ] **flop** | ||
- [ ] **sharpen** | ||
- [ ] **blur** | ||
- [ ] **median** | ||
- [ ] **flatten** | ||
- [ ] **gamma** | ||
- [ ] **invert** | ||
- [ ] **normalize** | ||
- [ ] **tint** | ||
- [ ] **grayscale** | ||
- [ ] **toColorspace** | ||
- [ ] **pad** | ||
- [ ] **crop** | ||
- [ ] **trim** | ||
- [ ] **hue** | ||
- [ ] **saturation** | ||
- [ ] **brightness** | ||
<!-- | ||
## Features | ||
- **Output modern formats like avif or webp** | ||
- **Resizing** | ||
- **Generate SrcSets** | ||
- **Custom import directives & output formats** | ||
- **Image filters** | ||
- **Import image metadata** | ||
--> | ||
- **Output modern formats :rocket:** | ||
- **Resizing :framed_picture:** | ||
- **No transformations in development mode :zap:** | ||
- **Extensible :jigsaw:** | ||
<!-- - **Image filters :art:** --> | ||
@@ -57,0 +25,0 @@ ## Table of Contents |
88596
271