| 5 | import * as THREE from "three"; |
| 6 | |
| 7 | interface MythicSponsorProps { |
| 8 | className?: string; |
| 9 | height?: number; |
| 10 | pixelSize?: number; |
| 11 | scale?: number; |
| 12 | src: string; |
| 13 | width?: number; |
| 14 | } |
| 15 | |
| 16 | const MythicSponsor = ({ |
| 17 | src, |
nothing calls this directly
no outgoing calls
no test coverage detected