diff --git a/resources/packages.ts b/resources/packages.ts index 1a8232a..3139843 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',