From 9825fc2544c23cfc029f0b482f4a7f718e8c96c3 Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 5 Sep 2025 11:14:39 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Add=20SVGL=20for=20Framer=20exte?= =?UTF-8?q?nsion=20with=20description=20and=20creator=20details?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/extensions.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/extensions.ts b/src/data/extensions.ts index bf0c7cd..0a846f3 100644 --- a/src/data/extensions.ts +++ b/src/data/extensions.ts @@ -24,6 +24,18 @@ export const extensions: Extension[] = [ socialUrl: "https://x.com/ridemountainpig", }, }, + { + name: "SVGL for Framer", + description: + "Import colorful SVG logos, fast and easy using our plugin for Framer.", + url: "https://www.framer.com/marketplace/plugins/svgl/", + image: + "https://raw.githubusercontent.com/pheralb/svgl/refs/heads/main/static/library/framer.svg", + created_by: { + name: "Krishna Singh", + socialUrl: "https://x.com/krishnasinghdev", + }, + }, { name: "SVGL for Vue", description: "An open-source NPM package that offers a SVGL Logos for Vue.",