We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cb2d3 commit d8172a6Copy full SHA for d8172a6
README.md
@@ -34,7 +34,7 @@ const config = {
34
export default config
35
```
36
37
-Optionally, to silent typescript
+Optionally, to silence typescript
38
[warnings](https://github.com/JonasKruckenberg/imagetools/issues/160) on image imports, create a new
39
file at `src/ambient.d.ts`:
40
@@ -56,7 +56,7 @@ image placeholder.
56
Invoke the preset with the `?run` query param:
57
58
```js
59
-import 'path/to/asset?run`
+import imageMeta from 'path/to/asset?run`
60
61
62
## Usage
0 commit comments