Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 6, 2024
1 parent c9d6bea commit cf59b87
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@
npm create domco@latest
```

[Read the document to get started](https://domco.robino.dev)

| Key | Type | Required | Example | Description |
| --- | ------- | -------- | ---------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| url | String | Yes | `/assets/me.png` | The URL of the source image that should be optimized. Absolute URLs must match a pattern defined in the `remotePatterns` configuration. |
| w | Integer | Yes | `200` | The width (in pixels) that the source image should be resized to. Must match a value defined in the sizes configuration. |
| q | Integer | Yes | `75` | The quality that the source image should be reduced to. Must be between 1 (lowest quality) to 100 (highest quality). |
[Read the documentation to get started](https://domco.robino.dev)

0 comments on commit cf59b87

Please sign in to comment.