📦 Add TypeGPU logo

This commit is contained in:
Iwo Plaza
2025-01-11 19:53:21 +01:00
parent fbf9b46016
commit b01470eb6a
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -3173,5 +3173,18 @@ export const svgs: iSVG[] = [
category: ['Software', 'Library'],
route: '/library/tanstack.svg',
url: 'https://tanstack.com/'
},
{
title: 'TypeGPU',
category: ['Software', 'Library'],
route: {
light: '/library/typegpu-light.svg',
dark: '/library/typegpu-dark.svg'
},
wordmark: {
light: '/library/typegpu-wordmark-light.svg',
dark: '/library/typegpu-wordmark-dark.svg'
},
url: 'https://typegpu.com'
}
];