mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🪄 Three.js Dark/Light Variants
This commit is contained in:
+5
-2
@@ -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/'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user