🪄 Three.js Dark/Light Variants

This commit is contained in:
Mehdi Dara
2024-01-13 13:42:38 +03:30
parent 973ff39ba3
commit 0c9ca6024d
4 changed files with 7 additions and 43 deletions
+5 -2
View File
@@ -938,9 +938,12 @@ export const svgs: iSVG[] = [
url: 'https://www.eclipse.org/'
},
{
title: 'Threejs',
title: 'Three.js',
category: 'Library',
route: '/library/threejs.svg',
route: {
light: '/library/threejs-light.svg',
dark: '/library/threejs-dark.svg'
},
url: 'https://threejs.org/'
},
{