From cf59b87a0fda38221ab3730f0a92e40a11057cf5 Mon Sep 17 00:00:00 2001 From: rossrobino Date: Fri, 6 Sep 2024 11:38:21 -0400 Subject: [PATCH] update readme --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 26969b7..db25eee 100644 --- a/README.md +++ b/README.md @@ -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)