From 015ef3b4fa0a85ed8d196d746b176177fb15062c Mon Sep 17 00:00:00 2001 From: Miguel Beignon Date: Tue, 25 Jul 2023 22:58:50 +0200 Subject: [PATCH] Adds TwicPics Components. (#429) --- src/routes/components/components.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/routes/components/components.json b/src/routes/components/components.json index cb412f4..9e7cdf1 100644 --- a/src/routes/components/components.json +++ b/src/routes/components/components.json @@ -2992,5 +2992,14 @@ "category": "Design System", "tags": ["component sets", "components and libraries"], "stars": 332 + }, + { + "title": "TwicPics Components", + "url": "https://github.com/TwicPics/components", + "description": "Images and videos components - Context aware resizing and cropping, lazy-loading, LQIP, Next-Gen format, compression, CDN.", + "npm": "@twicpics/components", + "addedOn": "2023-07-25", + "tags": ["components and libraries", "images", "video"], + "stars": 44 } ]