Last active
November 4, 2021 13:41
-
-
Save ffdead/0b701f8d81d44ecbf77f35600f5e6d5f to your computer and use it in GitHub Desktop.
Revisions
-
ffdead revised this gist
Nov 4, 2021 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ const Image = () => { const ref = useRef() // add webgl component to global canvas while mounted useCanvas(<WebGlImage image={ref} />) return <img ref={ref} src={...} /> } -
ffdead revised this gist
Nov 4, 2021 . No changes.There are no files selected for viewing
-
ffdead revised this gist
Nov 4, 2021 . No changes.There are no files selected for viewing
-
ffdead revised this gist
Nov 4, 2021 . No changes.There are no files selected for viewing
-
ffdead created this gist
Nov 4, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ const Image = () => { const ref = useRef() // add webgl component to global canvas while mounted useCanvas(<WebGlImage image={ref} />) return <img ref={ref} src={...} /> }