Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rdev/liquid-glass-react
/ Vec2
Interface
Vec2
src/shader-utils.ts:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
// Adapted from https://github.com/shuding/liquid-glass
2
3
export
interface
Vec2 {
4
x: number
5
y: number
6
}
7
8
export
interface
ShaderOptions {
9
width: number
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected