I hereby claim:
- I am pierrenel on github.
- I am pn (https://keybase.io/pn) on keybase.
- I have a public key whose fingerprint is EA3B ACC7 BAF4 9F15 32B2 7E95 EFA5 9619 4C66 6AC9
To claim this, I am signing this object:
import { useEffect, useState } from "react"; | |
export default function useScrollProgress() { | |
const [width, setWidth] = useState(0); | |
useEffect(() => { | |
const onScroll = () => { | |
const { | |
scrollHeight, | |
clientHeight, |
I hereby claim:
To claim this, I am signing this object:
First, go to https://<yourname>.sanity.studio
(or to the url of your studio if it's hosted elsewhere). Then open the developer console (usually by one of the keyboard shortcuts Command+Option+I
, F12
or Control+Shift+I
depending on what browser/platform you are using)
app.bundle.js
file in the sidebar tree view.theme "poimandres" | |
themes { | |
poimandres { | |
bg "#1B1E28" | |
fg "#E4F0FB" | |
red "#D0679D" | |
green "#5DE4C7" | |
blue "#89DDFF" | |
yellow "#FFFAC2" |
<div class="content"> | |
<div class="section"> | |
<div> | |
Neural Noise | |
</div> | |
</div> | |
<div class="section"> | |
<div> | |
GLSL shader based on <a href="https://x.com/zozuar/" target="_blank">@zozuar</a> <a href="https://x.com/zozuar/status/1625182758745128981/" target="_blank">artwork</a> | |
</div> |