We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2841b commit a73fe86Copy full SHA for a73fe86
README.md
@@ -3,7 +3,7 @@
3
[](https://github.com/RichardLitt/standard-readme)
4
5
6
-A toolbox of custom import directives that can transform your image at compile-time.
+A toolbox of custom import directives that can transform your images at compile-time.
7
All of the image transformations are powered by [sharp](https://sharp.pixelplumbing.com).
8
9
@@ -31,11 +31,11 @@ yarn add --dev vite-imagetools
31
32
Add the plugin to your vite config:
33
```typescript
34
-import imageset from 'vite-imagetools'
+import imagetools from 'vite-imagetools'
35
36
export default defineConfig({
37
plugins: [
38
- imageset()
+ imagetools()
39
]
40
})
41
```
0 commit comments