ALL HAIL THE SHADER BACKGROUND
This commit is contained in:
@@ -200,6 +200,18 @@ export const ShaderBackground = () => {
|
||||
});
|
||||
|
||||
return (
|
||||
<canvas ref={canvasRef} id="blackhole_canvas" width="800" height="450" />
|
||||
<canvas
|
||||
ref={canvasRef}
|
||||
id="blackhole_canvas"
|
||||
style={{
|
||||
width: "100vw",
|
||||
height: "100vh",
|
||||
position: "fixed",
|
||||
top: 0,
|
||||
left: 0,
|
||||
zIndex: -1,
|
||||
pointerEvents: "none",
|
||||
}}
|
||||
/>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user