We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f9e7b commit ca26c2dCopy full SHA for ca26c2d
src/Components/Background/index.tsx
@@ -1,5 +1,5 @@
1
//@ts-ignore
2
-import ShadertoyReact from "shadertoy-react";
+// import ShadertoyReact from "shadertoy-react";
3
//Above is like only JS, but it works with react.
4
//@ts-check
5
@@ -14,7 +14,7 @@ const fragmentShader = `
14
export function Background(): JSX.Element {
15
return <>
16
<div className="-z-1 fixed top-0 left-0 w-full h-full">
17
- <ShadertoyReact fs={fragmentShader} />
+ {/* <ShadertoyReact fs={fragmentShader} /> */}
18
</div>
19
</>;
20
}
0 commit comments