Add WebGL logo

This commit is contained in:
emanuelghdev
2025-09-17 01:31:20 +02:00
parent fdb9f91d2a
commit c7e86dd0f4
3 changed files with 12 additions and 0 deletions
+10
View File
@@ -3960,5 +3960,15 @@ export const svgs: iSVG[] = [
category: 'Google',
route: '/library/googleMaps.svg',
url: 'https://www.google.com/maps/'
},
{
title: 'WebGL',
category: 'Library',
route: {
light: '/library/webgl.svg',
dark: '/library/webgl_dark.svg'
},
url: 'https://www.khronos.org/webgl/',
brandUrl: 'https://www.khronos.org/legal/trademarks/'
}
];