From 6b854b5bf633c81a4497308f7f4bd32bed26c995 Mon Sep 17 00:00:00 2001 From: MrFoxPro Date: Sun, 30 Oct 2022 13:28:00 +0500 Subject: [PATCH 1/2] Add solid-tweakpane --- resources/packages.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/packages.ts b/resources/packages.ts index 1a8232a..9a4ffbf 100644 --- a/resources/packages.ts +++ b/resources/packages.ts @@ -397,6 +397,17 @@ const packages: Array = [ type: ResourceType.Package, categories: [ResourceCategory.AddOn], }, + { + link: 'https://github.com/MrFoxPro/solid-tweakpane', + title: 'solid-tweakpane', + description: ' Solid components for Tweakpane.', + author: 'MrFoxPro', + author_url: 'https://github.com/MrFoxPro', + keywords: ['datgui','tweakpane', 'debug'], + official: false, + type: ResourceType.Package, + categories: [ResourceCategory.AddOn], + }, { link: 'https://github.com/mduclehcm/solid-form', title: 'solid-form', From 47a6e9319dac3cbb0d0d04adb02f1a33bc3e60ef Mon Sep 17 00:00:00 2001 From: MrFoxPro Date: Sun, 30 Oct 2022 13:29:06 +0500 Subject: [PATCH 2/2] Trim --- resources/packages.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/packages.ts b/resources/packages.ts index 9a4ffbf..3139843 100644 --- a/resources/packages.ts +++ b/resources/packages.ts @@ -400,7 +400,7 @@ const packages: Array = [ { link: 'https://github.com/MrFoxPro/solid-tweakpane', title: 'solid-tweakpane', - description: ' Solid components for Tweakpane.', + description: 'Solid components for Tweakpane.', author: 'MrFoxPro', author_url: 'https://github.com/MrFoxPro', keywords: ['datgui','tweakpane', 'debug'],