Skip to content

Commit

Permalink
Add 3 missing packages (#565)
Browse files Browse the repository at this point in the history
* Add 3 missing packages

* Duplicated package
  • Loading branch information
lachlancollins authored Dec 31, 2023
1 parent d0cfe20 commit 39adf85
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/routes/packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
]

0 comments on commit 39adf85

Please sign in to comment.