File tree Expand file tree Collapse file tree 2 files changed +123
-0
lines changed Expand file tree Collapse file tree 2 files changed +123
-0
lines changed Original file line number Diff line number Diff line change 1
1
import docsIcon from '@/assets/docs-icon.png'
2
2
import dreiIcon from '@/assets/drei-icon.svg'
3
3
import jotaiIcon from '@/assets/jotai-icon.png'
4
+ import ppIcon from '@/assets/pp-icon.svg'
4
5
import r3fIcon from '@/assets/r3f-icon.svg'
5
6
import reactSpringIcon from '@/assets/react-spring-icon.svg'
6
7
import uiKitIcon from '@/assets/uikit-icon.svg'
@@ -98,6 +99,9 @@ const libs: Record<string, Library> = {
98
99
github : 'https://github.com/pmndrs/react-postprocessing' ,
99
100
description : 'React Postprocessing is a postprocessing wrapper for @react-three/fiber' ,
100
101
docs : 'pmndrs/react-postprocessing/master/docs' ,
102
+ icon : ppIcon . src ,
103
+ iconWidth : ppIcon . width ,
104
+ iconHeight : ppIcon . height ,
101
105
} ,
102
106
uikit : {
103
107
title : 'uikit' ,
You can’t perform that action at this time.
0 commit comments