From 39adf85e71b134e0eae6f1d716bfdfb2e0318c40 Mon Sep 17 00:00:00 2001 From: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com> Date: Sun, 31 Dec 2023 14:12:29 +1100 Subject: [PATCH] Add 3 missing packages (#565) * Add 3 missing packages * Duplicated package --- src/routes/packages/packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/routes/packages/packages.json b/src/routes/packages/packages.json index 3f12c4fb8..642a48542 100644 --- a/src/routes/packages/packages.json +++ b/src/routes/packages/packages.json @@ -2857,5 +2857,26 @@ "description": "A simple and powerful Svelte wrapper around mapbox-gl", "npm": "svelte-mapbox", "tags": ["data-visualisation", "integrations"] + }, + { + "title": "@sveltejs/enhanced-img", + "repository": "https://github.com/sveltejs/kit/tree/main/packages/enhanced-img", + "description": "A Vite plugin which runs a Svelte preprocessor to locate images and then transform them at build-time.", + "npm": "@sveltejs/enhanced-img", + "tags": ["official", "images", "preprocessors"] + }, + { + "title": "@unpic/svelte", + "repository": "https://github.com/ascorbic/unpic-img/tree/main/packages/svelte", + "description": "A high-performance, responsive image component for Svelte.", + "npm": "@unpic/svelte", + "tags": ["images", "ui-components"] + }, + { + "title": "@playwright/experimental-ct-svelte", + "repository": "https://github.com/microsoft/playwright/tree/main/packages/playwright-ct-svelte", + "description": "Playwright plugin which can test your Svelte components", + "npm": "@playwright/experimental-ct-svelte", + "tags": ["images", "ui-components"] } ]