Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidHDev/react-bits
/
Class
src/tailwind/Animations/SplashCursor/SplashCursor.jsx:175–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
class Program {
176
constructor(vertexShader, fragmentShader) {
177
this.uniforms = {};
178
this.program = createProgram(vertexShader, fragmentShader);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected