diff --git a/apps/website/components/Nav.tsx b/apps/website/components/Nav.tsx index 94773370..7c4a5a2b 100644 --- a/apps/website/components/Nav.tsx +++ b/apps/website/components/Nav.tsx @@ -26,17 +26,20 @@ export default function Nav({ const { demoname } = useParams(); - const firstRef = useRef(true); + // const firstRef = useRef(true); useEffect(() => { const i = demos.findIndex(({ name }) => name === demoname); const li = lisRef.current[i]?.current; + + // const behavior = firstRef.current ? "instant" : "smooth"; + // console.log("behavior", behavior); if (li) li.scrollIntoView({ inline: "center", block: "center", - behavior: firstRef.current ? "instant" : "smooth", + behavior: "smooth", }); - firstRef.current = false; + // firstRef.current = false; }, [demoname, demos]); return ( diff --git a/apps/website/lib/helper.ts b/apps/website/lib/helper.ts index f1921f26..da5a81bd 100644 --- a/apps/website/lib/helper.ts +++ b/apps/website/lib/helper.ts @@ -24,7 +24,7 @@ export function getDemos() { return { name: demoname, - thumb: `${embed_url}/thumbnail.png`, + thumb: `${embed_url}/thumbnail.webp`, embed_url, website_url, }; diff --git a/demos/aquarium/README.md b/demos/aquarium/README.md index 7f2cc3b7..22582dca 100644 --- a/demos/aquarium/README.md +++ b/demos/aquarium/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/aquarium) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/aquarium) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/aquarium/thumbnail.png b/demos/aquarium/thumbnail.png deleted file mode 100755 index 55c5cb69..00000000 Binary files a/demos/aquarium/thumbnail.png and /dev/null differ diff --git a/demos/aquarium/thumbnail.webp b/demos/aquarium/thumbnail.webp new file mode 100644 index 00000000..0813c2ea Binary files /dev/null and b/demos/aquarium/thumbnail.webp differ diff --git a/demos/arkanoid-under-60-loc/README.md b/demos/arkanoid-under-60-loc/README.md index 946af569..29f9b154 100644 --- a/demos/arkanoid-under-60-loc/README.md +++ b/demos/arkanoid-under-60-loc/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/arkanoid-under-60-loc) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/arkanoid-under-60-loc) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/arkanoid-under-60-loc/thumbnail.png b/demos/arkanoid-under-60-loc/thumbnail.png deleted file mode 100755 index 90eb4ae6..00000000 Binary files a/demos/arkanoid-under-60-loc/thumbnail.png and /dev/null differ diff --git a/demos/arkanoid-under-60-loc/thumbnail.webp b/demos/arkanoid-under-60-loc/thumbnail.webp new file mode 100644 index 00000000..bee12d0a Binary files /dev/null and b/demos/arkanoid-under-60-loc/thumbnail.webp differ diff --git a/demos/arkanoid/README.md b/demos/arkanoid/README.md index bc7dcd2c..c04d0ff3 100644 --- a/demos/arkanoid/README.md +++ b/demos/arkanoid/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/arkanoid) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/arkanoid) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/arkanoid/thumbnail.png b/demos/arkanoid/thumbnail.png deleted file mode 100755 index 60192001..00000000 Binary files a/demos/arkanoid/thumbnail.png and /dev/null differ diff --git a/demos/arkanoid/thumbnail.webp b/demos/arkanoid/thumbnail.webp new file mode 100644 index 00000000..849b270b Binary files /dev/null and b/demos/arkanoid/thumbnail.webp differ diff --git a/demos/audio-analyser/README.md b/demos/audio-analyser/README.md index 6261094e..62ad26be 100644 --- a/demos/audio-analyser/README.md +++ b/demos/audio-analyser/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/audio-analyser) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/audio-analyser) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/audio-analyser/thumbnail.png b/demos/audio-analyser/thumbnail.png deleted file mode 100755 index 567de5ca..00000000 Binary files a/demos/audio-analyser/thumbnail.png and /dev/null differ diff --git a/demos/audio-analyser/thumbnail.webp b/demos/audio-analyser/thumbnail.webp new file mode 100644 index 00000000..bee9ab24 Binary files /dev/null and b/demos/audio-analyser/thumbnail.webp differ diff --git a/demos/backdrop-and-cables/README.md b/demos/backdrop-and-cables/README.md index 000a35d7..93dcf956 100644 --- a/demos/backdrop-and-cables/README.md +++ b/demos/backdrop-and-cables/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/backdrop-and-cables) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/backdrop-and-cables) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/backdrop-and-cables/thumbnail.png b/demos/backdrop-and-cables/thumbnail.png deleted file mode 100755 index b35ec5f1..00000000 Binary files a/demos/backdrop-and-cables/thumbnail.png and /dev/null differ diff --git a/demos/backdrop-and-cables/thumbnail.webp b/demos/backdrop-and-cables/thumbnail.webp new file mode 100644 index 00000000..6d4499ac Binary files /dev/null and b/demos/backdrop-and-cables/thumbnail.webp differ diff --git a/demos/baking-soft-shadows/README.md b/demos/baking-soft-shadows/README.md index fa9941fa..47f652fb 100644 --- a/demos/baking-soft-shadows/README.md +++ b/demos/baking-soft-shadows/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/baking-soft-shadows) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/baking-soft-shadows) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/baking-soft-shadows/thumbnail.png b/demos/baking-soft-shadows/thumbnail.png deleted file mode 100755 index 8373305f..00000000 Binary files a/demos/baking-soft-shadows/thumbnail.png and /dev/null differ diff --git a/demos/baking-soft-shadows/thumbnail.webp b/demos/baking-soft-shadows/thumbnail.webp new file mode 100644 index 00000000..66b69bd5 Binary files /dev/null and b/demos/baking-soft-shadows/thumbnail.webp differ diff --git a/demos/basic-ballpit/README.md b/demos/basic-ballpit/README.md index 597b9348..684614f3 100644 --- a/demos/basic-ballpit/README.md +++ b/demos/basic-ballpit/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/basic-ballpit) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/basic-ballpit) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/basic-ballpit/thumbnail.png b/demos/basic-ballpit/thumbnail.png deleted file mode 100755 index 018a85d6..00000000 Binary files a/demos/basic-ballpit/thumbnail.png and /dev/null differ diff --git a/demos/basic-ballpit/thumbnail.webp b/demos/basic-ballpit/thumbnail.webp new file mode 100644 index 00000000..419a3b4c Binary files /dev/null and b/demos/basic-ballpit/thumbnail.webp differ diff --git a/demos/basic-demo/README.md b/demos/basic-demo/README.md index dddfd6cf..3ea8c71a 100644 --- a/demos/basic-demo/README.md +++ b/demos/basic-demo/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/basic-demo) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/basic-demo) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/basic-demo/thumbnail.png b/demos/basic-demo/thumbnail.png deleted file mode 100755 index 461d5839..00000000 Binary files a/demos/basic-demo/thumbnail.png and /dev/null differ diff --git a/demos/basic-demo/thumbnail.webp b/demos/basic-demo/thumbnail.webp new file mode 100644 index 00000000..37c735b0 Binary files /dev/null and b/demos/basic-demo/thumbnail.webp differ diff --git a/demos/bestservedbold-christmas-baubles/README.md b/demos/bestservedbold-christmas-baubles/README.md index 17a472aa..5329d66a 100644 --- a/demos/bestservedbold-christmas-baubles/README.md +++ b/demos/bestservedbold-christmas-baubles/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bestservedbold-christmas-baubles) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bestservedbold-christmas-baubles) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bestservedbold-christmas-baubles/thumbnail.png b/demos/bestservedbold-christmas-baubles/thumbnail.png deleted file mode 100755 index 152e537e..00000000 Binary files a/demos/bestservedbold-christmas-baubles/thumbnail.png and /dev/null differ diff --git a/demos/bestservedbold-christmas-baubles/thumbnail.webp b/demos/bestservedbold-christmas-baubles/thumbnail.webp new file mode 100644 index 00000000..9a969f10 Binary files /dev/null and b/demos/bestservedbold-christmas-baubles/thumbnail.webp differ diff --git a/demos/bezier-curves-and-nodes/README.md b/demos/bezier-curves-and-nodes/README.md index 26fa5417..252560b0 100644 --- a/demos/bezier-curves-and-nodes/README.md +++ b/demos/bezier-curves-and-nodes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bezier-curves-and-nodes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bezier-curves-and-nodes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bezier-curves-and-nodes/thumbnail.png b/demos/bezier-curves-and-nodes/thumbnail.png deleted file mode 100755 index d75167ad..00000000 Binary files a/demos/bezier-curves-and-nodes/thumbnail.png and /dev/null differ diff --git a/demos/bezier-curves-and-nodes/thumbnail.webp b/demos/bezier-curves-and-nodes/thumbnail.webp new file mode 100644 index 00000000..6280e750 Binary files /dev/null and b/demos/bezier-curves-and-nodes/thumbnail.webp differ diff --git a/demos/bloom-hdr-workflow-gltf/README.md b/demos/bloom-hdr-workflow-gltf/README.md index 351c6262..a91d348a 100644 --- a/demos/bloom-hdr-workflow-gltf/README.md +++ b/demos/bloom-hdr-workflow-gltf/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bloom-hdr-workflow-gltf) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bloom-hdr-workflow-gltf) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bloom-hdr-workflow-gltf/thumbnail.png b/demos/bloom-hdr-workflow-gltf/thumbnail.png deleted file mode 100755 index 89a35a3f..00000000 Binary files a/demos/bloom-hdr-workflow-gltf/thumbnail.png and /dev/null differ diff --git a/demos/bloom-hdr-workflow-gltf/thumbnail.webp b/demos/bloom-hdr-workflow-gltf/thumbnail.webp new file mode 100644 index 00000000..b3959483 Binary files /dev/null and b/demos/bloom-hdr-workflow-gltf/thumbnail.webp differ diff --git a/demos/bouncy-watch/README.md b/demos/bouncy-watch/README.md index 4d7f5802..ae0f81da 100644 --- a/demos/bouncy-watch/README.md +++ b/demos/bouncy-watch/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bouncy-watch) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bouncy-watch) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bouncy-watch/thumbnail.png b/demos/bouncy-watch/thumbnail.png deleted file mode 100755 index e4ec495c..00000000 Binary files a/demos/bouncy-watch/thumbnail.png and /dev/null differ diff --git a/demos/bouncy-watch/thumbnail.webp b/demos/bouncy-watch/thumbnail.webp new file mode 100644 index 00000000..e45af0c8 Binary files /dev/null and b/demos/bouncy-watch/thumbnail.webp differ diff --git a/demos/bounds-and-makedefault/README.md b/demos/bounds-and-makedefault/README.md index cc0119e5..f4fe3286 100644 --- a/demos/bounds-and-makedefault/README.md +++ b/demos/bounds-and-makedefault/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bounds-and-makedefault) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bounds-and-makedefault) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bounds-and-makedefault/thumbnail.png b/demos/bounds-and-makedefault/thumbnail.png deleted file mode 100755 index 664f5e38..00000000 Binary files a/demos/bounds-and-makedefault/thumbnail.png and /dev/null differ diff --git a/demos/bounds-and-makedefault/thumbnail.webp b/demos/bounds-and-makedefault/thumbnail.webp new file mode 100644 index 00000000..699370ad Binary files /dev/null and b/demos/bounds-and-makedefault/thumbnail.webp differ diff --git a/demos/bruno-simons-20k-challenge/README.md b/demos/bruno-simons-20k-challenge/README.md index 3af0cb33..f26091ec 100644 --- a/demos/bruno-simons-20k-challenge/README.md +++ b/demos/bruno-simons-20k-challenge/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bruno-simons-20k-challenge) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bruno-simons-20k-challenge) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bruno-simons-20k-challenge/thumbnail.png b/demos/bruno-simons-20k-challenge/thumbnail.png deleted file mode 100755 index 63ac7ff2..00000000 Binary files a/demos/bruno-simons-20k-challenge/thumbnail.png and /dev/null differ diff --git a/demos/bruno-simons-20k-challenge/thumbnail.webp b/demos/bruno-simons-20k-challenge/thumbnail.webp new file mode 100644 index 00000000..2dab6b09 Binary files /dev/null and b/demos/bruno-simons-20k-challenge/thumbnail.webp differ diff --git a/demos/building-dynamic-envmaps/README.md b/demos/building-dynamic-envmaps/README.md index 23e1de75..5a7f62e9 100644 --- a/demos/building-dynamic-envmaps/README.md +++ b/demos/building-dynamic-envmaps/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/building-dynamic-envmaps) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/building-dynamic-envmaps) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/building-dynamic-envmaps/thumbnail.png b/demos/building-dynamic-envmaps/thumbnail.png deleted file mode 100755 index cfe64681..00000000 Binary files a/demos/building-dynamic-envmaps/thumbnail.png and /dev/null differ diff --git a/demos/building-dynamic-envmaps/thumbnail.webp b/demos/building-dynamic-envmaps/thumbnail.webp new file mode 100644 index 00000000..30f9cae2 Binary files /dev/null and b/demos/building-dynamic-envmaps/thumbnail.webp differ diff --git a/demos/building-live-envmaps/README.md b/demos/building-live-envmaps/README.md index ad12ecc4..37b80988 100644 --- a/demos/building-live-envmaps/README.md +++ b/demos/building-live-envmaps/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/building-live-envmaps) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/building-live-envmaps) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/building-live-envmaps/thumbnail.png b/demos/building-live-envmaps/thumbnail.png deleted file mode 100755 index 16f3be0c..00000000 Binary files a/demos/building-live-envmaps/thumbnail.png and /dev/null differ diff --git a/demos/building-live-envmaps/thumbnail.webp b/demos/building-live-envmaps/thumbnail.webp new file mode 100644 index 00000000..f8457cf0 Binary files /dev/null and b/demos/building-live-envmaps/thumbnail.webp differ diff --git a/demos/bvh/README.md b/demos/bvh/README.md index bd9e2839..b89e0f7d 100644 --- a/demos/bvh/README.md +++ b/demos/bvh/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/bvh) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/bvh) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/bvh/thumbnail.png b/demos/bvh/thumbnail.png deleted file mode 100755 index 3c81f494..00000000 Binary files a/demos/bvh/thumbnail.png and /dev/null differ diff --git a/demos/bvh/thumbnail.webp b/demos/bvh/thumbnail.webp new file mode 100644 index 00000000..55c058ad Binary files /dev/null and b/demos/bvh/thumbnail.webp differ diff --git a/demos/camera-scroll/README.md b/demos/camera-scroll/README.md index cda03403..9e882ff5 100644 --- a/demos/camera-scroll/README.md +++ b/demos/camera-scroll/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/camera-scroll) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/camera-scroll) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/camera-scroll/thumbnail.png b/demos/camera-scroll/thumbnail.png deleted file mode 100755 index 0b4f3672..00000000 Binary files a/demos/camera-scroll/thumbnail.png and /dev/null differ diff --git a/demos/camera-scroll/thumbnail.webp b/demos/camera-scroll/thumbnail.webp new file mode 100644 index 00000000..079f26ab Binary files /dev/null and b/demos/camera-scroll/thumbnail.webp differ diff --git a/demos/camera-shake/README.md b/demos/camera-shake/README.md index c684faa5..4643f305 100644 --- a/demos/camera-shake/README.md +++ b/demos/camera-shake/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/camera-shake) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/camera-shake) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/camera-shake/thumbnail.png b/demos/camera-shake/thumbnail.png deleted file mode 100755 index 1ca8a478..00000000 Binary files a/demos/camera-shake/thumbnail.png and /dev/null differ diff --git a/demos/camera-shake/thumbnail.webp b/demos/camera-shake/thumbnail.webp new file mode 100644 index 00000000..f8596864 Binary files /dev/null and b/demos/camera-shake/thumbnail.webp differ diff --git a/demos/canvas-text/README.md b/demos/canvas-text/README.md index 53b2019e..be33fbe4 100644 --- a/demos/canvas-text/README.md +++ b/demos/canvas-text/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/canvas-text) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/canvas-text) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/canvas-text/thumbnail.png b/demos/canvas-text/thumbnail.png deleted file mode 100755 index 7febed3e..00000000 Binary files a/demos/canvas-text/thumbnail.png and /dev/null differ diff --git a/demos/canvas-text/thumbnail.webp b/demos/canvas-text/thumbnail.webp new file mode 100644 index 00000000..2ca16b45 Binary files /dev/null and b/demos/canvas-text/thumbnail.webp differ diff --git a/demos/cards-with-border-radius/README.md b/demos/cards-with-border-radius/README.md index 25bf438b..4d18a8ae 100644 --- a/demos/cards-with-border-radius/README.md +++ b/demos/cards-with-border-radius/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cards-with-border-radius) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cards-with-border-radius) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/cards-with-border-radius/thumbnail.png b/demos/cards-with-border-radius/thumbnail.png deleted file mode 100755 index b9f6591f..00000000 Binary files a/demos/cards-with-border-radius/thumbnail.png and /dev/null differ diff --git a/demos/cards-with-border-radius/thumbnail.webp b/demos/cards-with-border-radius/thumbnail.webp new file mode 100644 index 00000000..76dad39f Binary files /dev/null and b/demos/cards-with-border-radius/thumbnail.webp differ diff --git a/demos/cards/README.md b/demos/cards/README.md index 04cb6613..0417a705 100644 --- a/demos/cards/README.md +++ b/demos/cards/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cards) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cards) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/cards/thumbnail.png b/demos/cards/thumbnail.png deleted file mode 100755 index 17b8bc66..00000000 Binary files a/demos/cards/thumbnail.png and /dev/null differ diff --git a/demos/cards/thumbnail.webp b/demos/cards/thumbnail.webp new file mode 100644 index 00000000..56331690 Binary files /dev/null and b/demos/cards/thumbnail.webp differ diff --git a/demos/caustics/README.md b/demos/caustics/README.md index e6ccac4f..45a6033a 100644 --- a/demos/caustics/README.md +++ b/demos/caustics/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/caustics) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/caustics) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/caustics/thumbnail.png b/demos/caustics/thumbnail.png deleted file mode 100755 index 8e796344..00000000 Binary files a/demos/caustics/thumbnail.png and /dev/null differ diff --git a/demos/caustics/thumbnail.webp b/demos/caustics/thumbnail.webp new file mode 100644 index 00000000..f6d36e06 Binary files /dev/null and b/demos/caustics/thumbnail.webp differ diff --git a/demos/cell-fracture/README.md b/demos/cell-fracture/README.md index f709d16f..1bc7470f 100644 --- a/demos/cell-fracture/README.md +++ b/demos/cell-fracture/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/cell-fracture) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/cell-fracture) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/cell-fracture/thumbnail.png b/demos/cell-fracture/thumbnail.png deleted file mode 100755 index 7151bf1b..00000000 Binary files a/demos/cell-fracture/thumbnail.png and /dev/null differ diff --git a/demos/cell-fracture/thumbnail.webp b/demos/cell-fracture/thumbnail.webp new file mode 100644 index 00000000..17ef9968 Binary files /dev/null and b/demos/cell-fracture/thumbnail.webp differ diff --git a/demos/clones/README.md b/demos/clones/README.md index eccca6d4..a92f30ab 100644 --- a/demos/clones/README.md +++ b/demos/clones/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/clones) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/clones) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/clones/thumbnail.png b/demos/clones/thumbnail.png deleted file mode 100755 index c76c63a6..00000000 Binary files a/demos/clones/thumbnail.png and /dev/null differ diff --git a/demos/clones/thumbnail.webp b/demos/clones/thumbnail.webp new file mode 100644 index 00000000..402fd06b Binary files /dev/null and b/demos/clones/thumbnail.webp differ diff --git a/demos/clouds/README.md b/demos/clouds/README.md index e18a23b4..196a72c2 100644 --- a/demos/clouds/README.md +++ b/demos/clouds/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/clouds) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/clouds) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/clouds/thumbnail.png b/demos/clouds/thumbnail.png deleted file mode 100755 index c1823073..00000000 Binary files a/demos/clouds/thumbnail.png and /dev/null differ diff --git a/demos/clouds/thumbnail.webp b/demos/clouds/thumbnail.webp new file mode 100644 index 00000000..2e5518f5 Binary files /dev/null and b/demos/clouds/thumbnail.webp differ diff --git a/demos/color-grading/README.md b/demos/color-grading/README.md index 325b0cff..1246edf7 100644 --- a/demos/color-grading/README.md +++ b/demos/color-grading/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/color-grading) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/color-grading) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/color-grading/thumbnail.png b/demos/color-grading/thumbnail.png deleted file mode 100755 index 1d2f4ae3..00000000 Binary files a/demos/color-grading/thumbnail.png and /dev/null differ diff --git a/demos/color-grading/thumbnail.webp b/demos/color-grading/thumbnail.webp new file mode 100644 index 00000000..31083427 Binary files /dev/null and b/demos/color-grading/thumbnail.webp differ diff --git a/demos/confetti/README.md b/demos/confetti/README.md index 7774c332..33f1750f 100644 --- a/demos/confetti/README.md +++ b/demos/confetti/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/confetti) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/confetti) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/confetti/thumbnail.png b/demos/confetti/thumbnail.png deleted file mode 100755 index b1715032..00000000 Binary files a/demos/confetti/thumbnail.png and /dev/null differ diff --git a/demos/confetti/thumbnail.webp b/demos/confetti/thumbnail.webp new file mode 100644 index 00000000..312ae13a Binary files /dev/null and b/demos/confetti/thumbnail.webp differ diff --git a/demos/csg-bunny-usegroups/README.md b/demos/csg-bunny-usegroups/README.md index cb087e2b..3c1a0afd 100644 --- a/demos/csg-bunny-usegroups/README.md +++ b/demos/csg-bunny-usegroups/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-bunny-usegroups) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-bunny-usegroups) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/csg-bunny-usegroups/thumbnail.png b/demos/csg-bunny-usegroups/thumbnail.png deleted file mode 100755 index a8ce2eec..00000000 Binary files a/demos/csg-bunny-usegroups/thumbnail.png and /dev/null differ diff --git a/demos/csg-bunny-usegroups/thumbnail.webp b/demos/csg-bunny-usegroups/thumbnail.webp new file mode 100644 index 00000000..e5fb426a Binary files /dev/null and b/demos/csg-bunny-usegroups/thumbnail.webp differ diff --git a/demos/csg-house/README.md b/demos/csg-house/README.md index 2eb8ad10..548f88ba 100644 --- a/demos/csg-house/README.md +++ b/demos/csg-house/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-house) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-house) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/csg-house/thumbnail.png b/demos/csg-house/thumbnail.png deleted file mode 100755 index 35e1157e..00000000 Binary files a/demos/csg-house/thumbnail.png and /dev/null differ diff --git a/demos/csg-house/thumbnail.webp b/demos/csg-house/thumbnail.webp new file mode 100644 index 00000000..f627abe3 Binary files /dev/null and b/demos/csg-house/thumbnail.webp differ diff --git a/demos/csg-operations-rapier-physics/README.md b/demos/csg-operations-rapier-physics/README.md index 3ef2771f..3bd448da 100644 --- a/demos/csg-operations-rapier-physics/README.md +++ b/demos/csg-operations-rapier-physics/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/csg-operations-rapier-physics) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/csg-operations-rapier-physics) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/csg-operations-rapier-physics/thumbnail.png b/demos/csg-operations-rapier-physics/thumbnail.png deleted file mode 100755 index 90b1a666..00000000 Binary files a/demos/csg-operations-rapier-physics/thumbnail.png and /dev/null differ diff --git a/demos/csg-operations-rapier-physics/thumbnail.webp b/demos/csg-operations-rapier-physics/thumbnail.webp new file mode 100644 index 00000000..78036e03 Binary files /dev/null and b/demos/csg-operations-rapier-physics/thumbnail.webp differ diff --git a/demos/dbismut-furniture/README.md b/demos/dbismut-furniture/README.md index e041faaa..c2c115ef 100644 --- a/demos/dbismut-furniture/README.md +++ b/demos/dbismut-furniture/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/dbismut-furniture) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/dbismut-furniture) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/dbismut-furniture/thumbnail.png b/demos/dbismut-furniture/thumbnail.png deleted file mode 100755 index 15d3c5b0..00000000 Binary files a/demos/dbismut-furniture/thumbnail.png and /dev/null differ diff --git a/demos/dbismut-furniture/thumbnail.webp b/demos/dbismut-furniture/thumbnail.webp new file mode 100644 index 00000000..c61be631 Binary files /dev/null and b/demos/dbismut-furniture/thumbnail.webp differ diff --git a/demos/diamond-refraction/README.md b/demos/diamond-refraction/README.md index 94adf465..6206e831 100644 --- a/demos/diamond-refraction/README.md +++ b/demos/diamond-refraction/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/diamond-refraction) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/diamond-refraction) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/diamond-refraction/thumbnail.png b/demos/diamond-refraction/thumbnail.png deleted file mode 100755 index c328c728..00000000 Binary files a/demos/diamond-refraction/thumbnail.png and /dev/null differ diff --git a/demos/diamond-refraction/thumbnail.webp b/demos/diamond-refraction/thumbnail.webp new file mode 100644 index 00000000..c8207038 Binary files /dev/null and b/demos/diamond-refraction/thumbnail.webp differ diff --git a/demos/diamond-ring/README.md b/demos/diamond-ring/README.md index 2b7656fa..72258846 100644 --- a/demos/diamond-ring/README.md +++ b/demos/diamond-ring/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/diamond-ring) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/diamond-ring) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/diamond-ring/thumbnail.png b/demos/diamond-ring/thumbnail.png deleted file mode 100755 index 107b2a92..00000000 Binary files a/demos/diamond-ring/thumbnail.png and /dev/null differ diff --git a/demos/diamond-ring/thumbnail.webp b/demos/diamond-ring/thumbnail.webp new file mode 100644 index 00000000..45d7b802 Binary files /dev/null and b/demos/diamond-ring/thumbnail.webp differ diff --git a/demos/drei-rendertexture/README.md b/demos/drei-rendertexture/README.md index bf4798bb..331bcf7b 100644 --- a/demos/drei-rendertexture/README.md +++ b/demos/drei-rendertexture/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/drei-rendertexture) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/drei-rendertexture) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/drei-rendertexture/thumbnail.png b/demos/drei-rendertexture/thumbnail.png deleted file mode 100755 index 2f2dc15d..00000000 Binary files a/demos/drei-rendertexture/thumbnail.png and /dev/null differ diff --git a/demos/drei-rendertexture/thumbnail.webp b/demos/drei-rendertexture/thumbnail.webp new file mode 100644 index 00000000..e526b8e0 Binary files /dev/null and b/demos/drei-rendertexture/thumbnail.webp differ diff --git a/demos/ecctrl-fisheye/README.md b/demos/ecctrl-fisheye/README.md index 6e0ae0f7..8a6f1ba2 100644 --- a/demos/ecctrl-fisheye/README.md +++ b/demos/ecctrl-fisheye/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ecctrl-fisheye) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ecctrl-fisheye) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ecctrl-fisheye/thumbnail.png b/demos/ecctrl-fisheye/thumbnail.png deleted file mode 100755 index 0d085f6e..00000000 Binary files a/demos/ecctrl-fisheye/thumbnail.png and /dev/null differ diff --git a/demos/ecctrl-fisheye/thumbnail.webp b/demos/ecctrl-fisheye/thumbnail.webp new file mode 100644 index 00000000..795663b9 Binary files /dev/null and b/demos/ecctrl-fisheye/thumbnail.webp differ diff --git a/demos/edgesgeometry/README.md b/demos/edgesgeometry/README.md index ca23f97a..8fdfa0a2 100644 --- a/demos/edgesgeometry/README.md +++ b/demos/edgesgeometry/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/edgesgeometry) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/edgesgeometry) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/edgesgeometry/thumbnail.png b/demos/edgesgeometry/thumbnail.png deleted file mode 100755 index 8d5b74ba..00000000 Binary files a/demos/edgesgeometry/thumbnail.png and /dev/null differ diff --git a/demos/edgesgeometry/thumbnail.webp b/demos/edgesgeometry/thumbnail.webp new file mode 100644 index 00000000..f771c870 Binary files /dev/null and b/demos/edgesgeometry/thumbnail.webp differ diff --git a/demos/enter-portals/README.md b/demos/enter-portals/README.md index 7613b484..2b78396a 100644 --- a/demos/enter-portals/README.md +++ b/demos/enter-portals/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/enter-portals) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/enter-portals) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/enter-portals/thumbnail.png b/demos/enter-portals/thumbnail.png deleted file mode 100755 index cf279b55..00000000 Binary files a/demos/enter-portals/thumbnail.png and /dev/null differ diff --git a/demos/enter-portals/thumbnail.webp b/demos/enter-portals/thumbnail.webp new file mode 100644 index 00000000..c7f6a4dc Binary files /dev/null and b/demos/enter-portals/thumbnail.webp differ diff --git a/demos/environment-blur-and-transitions/README.md b/demos/environment-blur-and-transitions/README.md index 33c968e9..655f8a2a 100644 --- a/demos/environment-blur-and-transitions/README.md +++ b/demos/environment-blur-and-transitions/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/environment-blur-and-transitions) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/environment-blur-and-transitions) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/environment-blur-and-transitions/thumbnail.png b/demos/environment-blur-and-transitions/thumbnail.png deleted file mode 100755 index 6718160a..00000000 Binary files a/demos/environment-blur-and-transitions/thumbnail.png and /dev/null differ diff --git a/demos/environment-blur-and-transitions/thumbnail.webp b/demos/environment-blur-and-transitions/thumbnail.webp new file mode 100644 index 00000000..24f9ce65 Binary files /dev/null and b/demos/environment-blur-and-transitions/thumbnail.webp differ diff --git a/demos/envmap-ground-projection/README.md b/demos/envmap-ground-projection/README.md index f3c10569..c2e045a7 100644 --- a/demos/envmap-ground-projection/README.md +++ b/demos/envmap-ground-projection/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/envmap-ground-projection) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/envmap-ground-projection) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/envmap-ground-projection/thumbnail.png b/demos/envmap-ground-projection/thumbnail.png deleted file mode 100755 index be4e78bd..00000000 Binary files a/demos/envmap-ground-projection/thumbnail.png and /dev/null differ diff --git a/demos/envmap-ground-projection/thumbnail.webp b/demos/envmap-ground-projection/thumbnail.webp new file mode 100644 index 00000000..0cdac19d Binary files /dev/null and b/demos/envmap-ground-projection/thumbnail.webp differ diff --git a/demos/faucets-select-highlight/README.md b/demos/faucets-select-highlight/README.md index 94d9b5ce..9496c35c 100644 --- a/demos/faucets-select-highlight/README.md +++ b/demos/faucets-select-highlight/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/faucets-select-highlight) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/faucets-select-highlight) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/faucets-select-highlight/thumbnail.png b/demos/faucets-select-highlight/thumbnail.png deleted file mode 100755 index bfe2249a..00000000 Binary files a/demos/faucets-select-highlight/thumbnail.png and /dev/null differ diff --git a/demos/faucets-select-highlight/thumbnail.webp b/demos/faucets-select-highlight/thumbnail.webp new file mode 100644 index 00000000..7edee62d Binary files /dev/null and b/demos/faucets-select-highlight/thumbnail.webp differ diff --git a/demos/flexbox-yoga-in-webgl/README.md b/demos/flexbox-yoga-in-webgl/README.md index df2402bb..de57e674 100755 --- a/demos/flexbox-yoga-in-webgl/README.md +++ b/demos/flexbox-yoga-in-webgl/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/flexbox-yoga-in-webgl) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/flexbox-yoga-in-webgl) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/flexbox-yoga-in-webgl/thumbnail.png b/demos/flexbox-yoga-in-webgl/thumbnail.png deleted file mode 100755 index 59da59a6..00000000 Binary files a/demos/flexbox-yoga-in-webgl/thumbnail.png and /dev/null differ diff --git a/demos/flexbox-yoga-in-webgl/thumbnail.webp b/demos/flexbox-yoga-in-webgl/thumbnail.webp new file mode 100644 index 00000000..f0231be8 Binary files /dev/null and b/demos/flexbox-yoga-in-webgl/thumbnail.webp differ diff --git a/demos/floating-diamonds/README.md b/demos/floating-diamonds/README.md index fe37193e..0faca562 100644 --- a/demos/floating-diamonds/README.md +++ b/demos/floating-diamonds/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/floating-diamonds) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/floating-diamonds) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/floating-diamonds/thumbnail.png b/demos/floating-diamonds/thumbnail.png deleted file mode 100755 index 7676fb65..00000000 Binary files a/demos/floating-diamonds/thumbnail.png and /dev/null differ diff --git a/demos/floating-diamonds/thumbnail.webp b/demos/floating-diamonds/thumbnail.webp new file mode 100644 index 00000000..8ba7435f Binary files /dev/null and b/demos/floating-diamonds/thumbnail.webp differ diff --git a/demos/floating-instanced-shoes/README.md b/demos/floating-instanced-shoes/README.md index 1196b154..87f17fc5 100644 --- a/demos/floating-instanced-shoes/README.md +++ b/demos/floating-instanced-shoes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/floating-instanced-shoes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/floating-instanced-shoes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/floating-instanced-shoes/thumbnail.png b/demos/floating-instanced-shoes/thumbnail.png deleted file mode 100755 index f56710c9..00000000 Binary files a/demos/floating-instanced-shoes/thumbnail.png and /dev/null differ diff --git a/demos/floating-instanced-shoes/thumbnail.webp b/demos/floating-instanced-shoes/thumbnail.webp new file mode 100644 index 00000000..95e4d429 Binary files /dev/null and b/demos/floating-instanced-shoes/thumbnail.webp differ diff --git a/demos/floating-laptop/README.md b/demos/floating-laptop/README.md index 8d27f559..93c5835f 100644 --- a/demos/floating-laptop/README.md +++ b/demos/floating-laptop/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/floating-laptop) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/floating-laptop) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/floating-laptop/thumbnail.png b/demos/floating-laptop/thumbnail.png deleted file mode 100755 index 88916a8a..00000000 Binary files a/demos/floating-laptop/thumbnail.png and /dev/null differ diff --git a/demos/floating-laptop/thumbnail.webp b/demos/floating-laptop/thumbnail.webp new file mode 100644 index 00000000..e6d87165 Binary files /dev/null and b/demos/floating-laptop/thumbnail.webp differ diff --git a/demos/flying-bananas/README.md b/demos/flying-bananas/README.md index 710f1629..498cafb2 100644 --- a/demos/flying-bananas/README.md +++ b/demos/flying-bananas/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/flying-bananas) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/flying-bananas) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/flying-bananas/thumbnail.png b/demos/flying-bananas/thumbnail.png deleted file mode 100755 index 7e122c36..00000000 Binary files a/demos/flying-bananas/thumbnail.png and /dev/null differ diff --git a/demos/flying-bananas/thumbnail.webp b/demos/flying-bananas/thumbnail.webp new file mode 100644 index 00000000..83cfedda Binary files /dev/null and b/demos/flying-bananas/thumbnail.webp differ diff --git a/demos/frosted-glass/README.md b/demos/frosted-glass/README.md index 063d76c0..e6d54ab1 100644 --- a/demos/frosted-glass/README.md +++ b/demos/frosted-glass/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/frosted-glass) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/frosted-glass) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/frosted-glass/thumbnail.png b/demos/frosted-glass/thumbnail.png deleted file mode 100755 index a547fe88..00000000 Binary files a/demos/frosted-glass/thumbnail.png and /dev/null differ diff --git a/demos/frosted-glass/thumbnail.webp b/demos/frosted-glass/thumbnail.webp new file mode 100644 index 00000000..ff81b8a3 Binary files /dev/null and b/demos/frosted-glass/thumbnail.webp differ diff --git a/demos/gatsby-stars/README.md b/demos/gatsby-stars/README.md index 5a11f3ad..fde96b96 100644 --- a/demos/gatsby-stars/README.md +++ b/demos/gatsby-stars/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gatsby-stars) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gatsby-stars) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gatsby-stars/thumbnail.png b/demos/gatsby-stars/thumbnail.png deleted file mode 100755 index 6ad8e25a..00000000 Binary files a/demos/gatsby-stars/thumbnail.png and /dev/null differ diff --git a/demos/gatsby-stars/thumbnail.webp b/demos/gatsby-stars/thumbnail.webp new file mode 100644 index 00000000..17f6271e Binary files /dev/null and b/demos/gatsby-stars/thumbnail.webp differ diff --git a/demos/glass-flower/README.md b/demos/glass-flower/README.md index 73794faa..1d9eb151 100644 --- a/demos/glass-flower/README.md +++ b/demos/glass-flower/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/glass-flower) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/glass-flower) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/glass-flower/thumbnail.png b/demos/glass-flower/thumbnail.png deleted file mode 100755 index c580de54..00000000 Binary files a/demos/glass-flower/thumbnail.png and /dev/null differ diff --git a/demos/glass-flower/thumbnail.webp b/demos/glass-flower/thumbnail.webp new file mode 100644 index 00000000..3945e694 Binary files /dev/null and b/demos/glass-flower/thumbnail.webp differ diff --git a/demos/gltf-animations-re-used/README.md b/demos/gltf-animations-re-used/README.md index f742d409..3990d339 100644 --- a/demos/gltf-animations-re-used/README.md +++ b/demos/gltf-animations-re-used/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gltf-animations-re-used) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gltf-animations-re-used) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gltf-animations-re-used/thumbnail.png b/demos/gltf-animations-re-used/thumbnail.png deleted file mode 100755 index b2c2fea2..00000000 Binary files a/demos/gltf-animations-re-used/thumbnail.png and /dev/null differ diff --git a/demos/gltf-animations-re-used/thumbnail.webp b/demos/gltf-animations-re-used/thumbnail.webp new file mode 100644 index 00000000..4df3c363 Binary files /dev/null and b/demos/gltf-animations-re-used/thumbnail.webp differ diff --git a/demos/gltf-animations-tied-to-scroll/README.md b/demos/gltf-animations-tied-to-scroll/README.md index dd474e07..69cf0269 100644 --- a/demos/gltf-animations-tied-to-scroll/README.md +++ b/demos/gltf-animations-tied-to-scroll/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gltf-animations-tied-to-scroll) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gltf-animations-tied-to-scroll) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gltf-animations-tied-to-scroll/thumbnail.png b/demos/gltf-animations-tied-to-scroll/thumbnail.png deleted file mode 100755 index 2bc13d67..00000000 Binary files a/demos/gltf-animations-tied-to-scroll/thumbnail.png and /dev/null differ diff --git a/demos/gltf-animations-tied-to-scroll/thumbnail.webp b/demos/gltf-animations-tied-to-scroll/thumbnail.webp new file mode 100644 index 00000000..a2d2b8ad Binary files /dev/null and b/demos/gltf-animations-tied-to-scroll/thumbnail.webp differ diff --git a/demos/gltf-animations/README.md b/demos/gltf-animations/README.md index a812ce11..50715272 100644 --- a/demos/gltf-animations/README.md +++ b/demos/gltf-animations/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gltf-animations) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gltf-animations) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gltf-animations/thumbnail.png b/demos/gltf-animations/thumbnail.png deleted file mode 100755 index 2b1d69c6..00000000 Binary files a/demos/gltf-animations/thumbnail.png and /dev/null differ diff --git a/demos/gltf-animations/thumbnail.webp b/demos/gltf-animations/thumbnail.webp new file mode 100644 index 00000000..646ac087 Binary files /dev/null and b/demos/gltf-animations/thumbnail.webp differ diff --git a/demos/gltfjsx-400kb-drone/README.md b/demos/gltfjsx-400kb-drone/README.md index 2cbbc147..b14e1c15 100644 --- a/demos/gltfjsx-400kb-drone/README.md +++ b/demos/gltfjsx-400kb-drone/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gltfjsx-400kb-drone) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gltfjsx-400kb-drone) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gltfjsx-400kb-drone/thumbnail.png b/demos/gltfjsx-400kb-drone/thumbnail.png deleted file mode 100755 index 55fcbd40..00000000 Binary files a/demos/gltfjsx-400kb-drone/thumbnail.png and /dev/null differ diff --git a/demos/gltfjsx-400kb-drone/thumbnail.webp b/demos/gltfjsx-400kb-drone/thumbnail.webp new file mode 100644 index 00000000..20de856d Binary files /dev/null and b/demos/gltfjsx-400kb-drone/thumbnail.webp differ diff --git a/demos/gpgpu-curl-noise-dof/README.md b/demos/gpgpu-curl-noise-dof/README.md index 367908c4..3a476495 100644 --- a/demos/gpgpu-curl-noise-dof/README.md +++ b/demos/gpgpu-curl-noise-dof/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/gpgpu-curl-noise-dof) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/gpgpu-curl-noise-dof) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/gpgpu-curl-noise-dof/thumbnail.png b/demos/gpgpu-curl-noise-dof/thumbnail.png deleted file mode 100755 index 57040b89..00000000 Binary files a/demos/gpgpu-curl-noise-dof/thumbnail.png and /dev/null differ diff --git a/demos/gpgpu-curl-noise-dof/thumbnail.webp b/demos/gpgpu-curl-noise-dof/thumbnail.webp new file mode 100644 index 00000000..e2b0f4e9 Binary files /dev/null and b/demos/gpgpu-curl-noise-dof/thumbnail.webp differ diff --git a/demos/grass-shader/README.md b/demos/grass-shader/README.md index e2169796..23a04285 100644 --- a/demos/grass-shader/README.md +++ b/demos/grass-shader/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/grass-shader) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/grass-shader) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/grass-shader/thumbnail.png b/demos/grass-shader/thumbnail.png deleted file mode 100755 index 3998071d..00000000 Binary files a/demos/grass-shader/thumbnail.png and /dev/null differ diff --git a/demos/grass-shader/thumbnail.webp b/demos/grass-shader/thumbnail.webp new file mode 100644 index 00000000..9a23ba82 Binary files /dev/null and b/demos/grass-shader/thumbnail.webp differ diff --git a/demos/ground-projected-envmaps-lamina/README.md b/demos/ground-projected-envmaps-lamina/README.md index 6c3e37da..91e8aa79 100644 --- a/demos/ground-projected-envmaps-lamina/README.md +++ b/demos/ground-projected-envmaps-lamina/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ground-projected-envmaps-lamina) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ground-projected-envmaps-lamina) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ground-projected-envmaps-lamina/thumbnail.png b/demos/ground-projected-envmaps-lamina/thumbnail.png deleted file mode 100755 index 90e1eee3..00000000 Binary files a/demos/ground-projected-envmaps-lamina/thumbnail.png and /dev/null differ diff --git a/demos/ground-projected-envmaps-lamina/thumbnail.webp b/demos/ground-projected-envmaps-lamina/thumbnail.webp new file mode 100644 index 00000000..deaa3f55 Binary files /dev/null and b/demos/ground-projected-envmaps-lamina/thumbnail.webp differ diff --git a/demos/ground-reflections-and-video-textures/README.md b/demos/ground-reflections-and-video-textures/README.md index 7c935958..e9152c1b 100644 --- a/demos/ground-reflections-and-video-textures/README.md +++ b/demos/ground-reflections-and-video-textures/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ground-reflections-and-video-textures) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ground-reflections-and-video-textures) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ground-reflections-and-video-textures/thumbnail.png b/demos/ground-reflections-and-video-textures/thumbnail.png deleted file mode 100755 index 9a64aa7b..00000000 Binary files a/demos/ground-reflections-and-video-textures/thumbnail.png and /dev/null differ diff --git a/demos/ground-reflections-and-video-textures/thumbnail.webp b/demos/ground-reflections-and-video-textures/thumbnail.webp new file mode 100644 index 00000000..6878ccf1 Binary files /dev/null and b/demos/ground-reflections-and-video-textures/thumbnail.webp differ diff --git a/demos/hi-key-bubbles/README.md b/demos/hi-key-bubbles/README.md index 5a18f0f0..224f6fec 100644 --- a/demos/hi-key-bubbles/README.md +++ b/demos/hi-key-bubbles/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/hi-key-bubbles) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/hi-key-bubbles) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/hi-key-bubbles/thumbnail.png b/demos/hi-key-bubbles/thumbnail.png deleted file mode 100755 index 667979ea..00000000 Binary files a/demos/hi-key-bubbles/thumbnail.png and /dev/null differ diff --git a/demos/hi-key-bubbles/thumbnail.webp b/demos/hi-key-bubbles/thumbnail.webp new file mode 100644 index 00000000..34246f33 Binary files /dev/null and b/demos/hi-key-bubbles/thumbnail.webp differ diff --git a/demos/horizontal-tiles/README.md b/demos/horizontal-tiles/README.md index 157d076f..5fb30136 100644 --- a/demos/horizontal-tiles/README.md +++ b/demos/horizontal-tiles/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/horizontal-tiles) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/horizontal-tiles) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/horizontal-tiles/thumbnail.png b/demos/horizontal-tiles/thumbnail.png deleted file mode 100755 index fec65d31..00000000 Binary files a/demos/horizontal-tiles/thumbnail.png and /dev/null differ diff --git a/demos/horizontal-tiles/thumbnail.webp b/demos/horizontal-tiles/thumbnail.webp new file mode 100644 index 00000000..cc82fe67 Binary files /dev/null and b/demos/horizontal-tiles/thumbnail.webp differ diff --git a/demos/html-annotations/README.md b/demos/html-annotations/README.md index 60e9a0c8..5cd2c219 100644 --- a/demos/html-annotations/README.md +++ b/demos/html-annotations/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/html-annotations) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/html-annotations) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/html-annotations/thumbnail.png b/demos/html-annotations/thumbnail.png deleted file mode 100755 index 994405c4..00000000 Binary files a/demos/html-annotations/thumbnail.png and /dev/null differ diff --git a/demos/html-annotations/thumbnail.webp b/demos/html-annotations/thumbnail.webp new file mode 100644 index 00000000..a2325ce4 Binary files /dev/null and b/demos/html-annotations/thumbnail.webp differ diff --git a/demos/html-input-fields/README.md b/demos/html-input-fields/README.md index 40c91ec5..45e64158 100644 --- a/demos/html-input-fields/README.md +++ b/demos/html-input-fields/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/html-input-fields) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/html-input-fields) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/html-input-fields/thumbnail.png b/demos/html-input-fields/thumbnail.png deleted file mode 100755 index a9f6869d..00000000 Binary files a/demos/html-input-fields/thumbnail.png and /dev/null differ diff --git a/demos/html-input-fields/thumbnail.webp b/demos/html-input-fields/thumbnail.webp new file mode 100644 index 00000000..2210d21f Binary files /dev/null and b/demos/html-input-fields/thumbnail.webp differ diff --git a/demos/html-markers/README.md b/demos/html-markers/README.md index f997c8ab..a5e0e138 100644 --- a/demos/html-markers/README.md +++ b/demos/html-markers/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/html-markers) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/html-markers) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/html-markers/thumbnail.png b/demos/html-markers/thumbnail.png deleted file mode 100755 index 0db8eaf2..00000000 Binary files a/demos/html-markers/thumbnail.png and /dev/null differ diff --git a/demos/html-markers/thumbnail.webp b/demos/html-markers/thumbnail.webp new file mode 100644 index 00000000..eee67a3d Binary files /dev/null and b/demos/html-markers/thumbnail.webp differ diff --git a/demos/image-gallery/README.md b/demos/image-gallery/README.md index ca484251..c7cbe26b 100644 --- a/demos/image-gallery/README.md +++ b/demos/image-gallery/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/image-gallery) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/image-gallery) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/image-gallery/thumbnail.png b/demos/image-gallery/thumbnail.png deleted file mode 100755 index c6c08914..00000000 Binary files a/demos/image-gallery/thumbnail.png and /dev/null differ diff --git a/demos/image-gallery/thumbnail.webp b/demos/image-gallery/thumbnail.webp new file mode 100644 index 00000000..894662f9 Binary files /dev/null and b/demos/image-gallery/thumbnail.webp differ diff --git a/demos/infinite-scroll/README.md b/demos/infinite-scroll/README.md index c253b7ed..71b7e534 100644 --- a/demos/infinite-scroll/README.md +++ b/demos/infinite-scroll/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/infinite-scroll) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/infinite-scroll) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/infinite-scroll/thumbnail.png b/demos/infinite-scroll/thumbnail.png deleted file mode 100755 index ff9d6caf..00000000 Binary files a/demos/infinite-scroll/thumbnail.png and /dev/null differ diff --git a/demos/infinite-scroll/thumbnail.webp b/demos/infinite-scroll/thumbnail.webp new file mode 100644 index 00000000..0a1400ea Binary files /dev/null and b/demos/infinite-scroll/thumbnail.webp differ diff --git a/demos/instanced-particles-effects/README.md b/demos/instanced-particles-effects/README.md index 5827306c..3615225e 100644 --- a/demos/instanced-particles-effects/README.md +++ b/demos/instanced-particles-effects/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/instanced-particles-effects) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/instanced-particles-effects) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/instanced-particles-effects/thumbnail.png b/demos/instanced-particles-effects/thumbnail.png deleted file mode 100755 index 6b83bc5a..00000000 Binary files a/demos/instanced-particles-effects/thumbnail.png and /dev/null differ diff --git a/demos/instanced-particles-effects/thumbnail.webp b/demos/instanced-particles-effects/thumbnail.webp new file mode 100644 index 00000000..9bb4f2a8 Binary files /dev/null and b/demos/instanced-particles-effects/thumbnail.webp differ diff --git a/demos/instanced-vertex-colors/README.md b/demos/instanced-vertex-colors/README.md index 312f1015..386a60ea 100644 --- a/demos/instanced-vertex-colors/README.md +++ b/demos/instanced-vertex-colors/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/instanced-vertex-colors) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/instanced-vertex-colors) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/instanced-vertex-colors/thumbnail.png b/demos/instanced-vertex-colors/thumbnail.png deleted file mode 100755 index 345d9133..00000000 Binary files a/demos/instanced-vertex-colors/thumbnail.png and /dev/null differ diff --git a/demos/instanced-vertex-colors/thumbnail.webp b/demos/instanced-vertex-colors/thumbnail.webp new file mode 100644 index 00000000..be59ece9 Binary files /dev/null and b/demos/instanced-vertex-colors/thumbnail.webp differ diff --git a/demos/instances/README.md b/demos/instances/README.md index 5a10e19a..df854acd 100644 --- a/demos/instances/README.md +++ b/demos/instances/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/instances) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/instances) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/instances/thumbnail.png b/demos/instances/thumbnail.png deleted file mode 100755 index 10aa6fdc..00000000 Binary files a/demos/instances/thumbnail.png and /dev/null differ diff --git a/demos/instances/thumbnail.webp b/demos/instances/thumbnail.webp new file mode 100644 index 00000000..42ab0b93 Binary files /dev/null and b/demos/instances/thumbnail.webp differ diff --git a/demos/inter-epoxy-resin/README.md b/demos/inter-epoxy-resin/README.md index e3db7085..06ae29a8 100644 --- a/demos/inter-epoxy-resin/README.md +++ b/demos/inter-epoxy-resin/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/inter-epoxy-resin) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/inter-epoxy-resin) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/inter-epoxy-resin/thumbnail.png b/demos/inter-epoxy-resin/thumbnail.png deleted file mode 100755 index bf8cde60..00000000 Binary files a/demos/inter-epoxy-resin/thumbnail.png and /dev/null differ diff --git a/demos/inter-epoxy-resin/thumbnail.webp b/demos/inter-epoxy-resin/thumbnail.webp new file mode 100644 index 00000000..fce3a4c5 Binary files /dev/null and b/demos/inter-epoxy-resin/thumbnail.webp differ diff --git a/demos/interactive-spline-scene-live-html/README.md b/demos/interactive-spline-scene-live-html/README.md index e1909fc7..9310bf54 100644 --- a/demos/interactive-spline-scene-live-html/README.md +++ b/demos/interactive-spline-scene-live-html/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/interactive-spline-scene-live-html) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/interactive-spline-scene-live-html) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/interactive-spline-scene-live-html/thumbnail.png b/demos/interactive-spline-scene-live-html/thumbnail.png deleted file mode 100755 index 821666b1..00000000 Binary files a/demos/interactive-spline-scene-live-html/thumbnail.png and /dev/null differ diff --git a/demos/interactive-spline-scene-live-html/thumbnail.webp b/demos/interactive-spline-scene-live-html/thumbnail.webp new file mode 100644 index 00000000..8f79bf7d Binary files /dev/null and b/demos/interactive-spline-scene-live-html/thumbnail.webp differ diff --git a/demos/inverted-stencil-buffer/README.md b/demos/inverted-stencil-buffer/README.md index a5226b68..b1793214 100644 --- a/demos/inverted-stencil-buffer/README.md +++ b/demos/inverted-stencil-buffer/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/inverted-stencil-buffer) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/inverted-stencil-buffer) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/inverted-stencil-buffer/thumbnail.png b/demos/inverted-stencil-buffer/thumbnail.png deleted file mode 100755 index 15e69582..00000000 Binary files a/demos/inverted-stencil-buffer/thumbnail.png and /dev/null differ diff --git a/demos/inverted-stencil-buffer/thumbnail.webp b/demos/inverted-stencil-buffer/thumbnail.webp new file mode 100644 index 00000000..f6932f1c Binary files /dev/null and b/demos/inverted-stencil-buffer/thumbnail.webp differ diff --git a/demos/iridescent-decals/README.md b/demos/iridescent-decals/README.md index 80765d3f..8262f9b7 100644 --- a/demos/iridescent-decals/README.md +++ b/demos/iridescent-decals/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/iridescent-decals) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/iridescent-decals) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/iridescent-decals/thumbnail.png b/demos/iridescent-decals/thumbnail.png deleted file mode 100755 index c7a6de8e..00000000 Binary files a/demos/iridescent-decals/thumbnail.png and /dev/null differ diff --git a/demos/iridescent-decals/thumbnail.webp b/demos/iridescent-decals/thumbnail.webp new file mode 100644 index 00000000..1b1d8d51 Binary files /dev/null and b/demos/iridescent-decals/thumbnail.webp differ diff --git a/demos/lamina-1x/README.md b/demos/lamina-1x/README.md index c637b07c..158e8947 100644 --- a/demos/lamina-1x/README.md +++ b/demos/lamina-1x/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/lamina-1x) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/lamina-1x) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/lamina-1x/thumbnail.png b/demos/lamina-1x/thumbnail.png deleted file mode 100755 index 34bbd21e..00000000 Binary files a/demos/lamina-1x/thumbnail.png and /dev/null differ diff --git a/demos/lamina-1x/thumbnail.webp b/demos/lamina-1x/thumbnail.webp new file mode 100644 index 00000000..ff9f24b1 Binary files /dev/null and b/demos/lamina-1x/thumbnail.webp differ diff --git a/demos/landing-page/README.md b/demos/landing-page/README.md index ec4d0242..17eefb9b 100644 --- a/demos/landing-page/README.md +++ b/demos/landing-page/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/landing-page) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/landing-page) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/landing-page/thumbnail.png b/demos/landing-page/thumbnail.png deleted file mode 100755 index a64360de..00000000 Binary files a/demos/landing-page/thumbnail.png and /dev/null differ diff --git a/demos/landing-page/thumbnail.webp b/demos/landing-page/thumbnail.webp new file mode 100644 index 00000000..154b65e6 Binary files /dev/null and b/demos/landing-page/thumbnail.webp differ diff --git a/demos/learn-with-jason/README.md b/demos/learn-with-jason/README.md index 31089293..8e52197a 100644 --- a/demos/learn-with-jason/README.md +++ b/demos/learn-with-jason/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/learn-with-jason) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/learn-with-jason) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/learn-with-jason/thumbnail.png b/demos/learn-with-jason/thumbnail.png deleted file mode 100755 index e7e8d337..00000000 Binary files a/demos/learn-with-jason/thumbnail.png and /dev/null differ diff --git a/demos/learn-with-jason/thumbnail.webp b/demos/learn-with-jason/thumbnail.webp new file mode 100644 index 00000000..08b8c45e Binary files /dev/null and b/demos/learn-with-jason/thumbnail.webp differ diff --git a/demos/lulaby-city/README.md b/demos/lulaby-city/README.md index 73e721a9..8a78eff6 100644 --- a/demos/lulaby-city/README.md +++ b/demos/lulaby-city/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/lulaby-city) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/lulaby-city) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/lulaby-city/thumbnail.png b/demos/lulaby-city/thumbnail.png deleted file mode 100755 index 92abb464..00000000 Binary files a/demos/lulaby-city/thumbnail.png and /dev/null differ diff --git a/demos/lulaby-city/thumbnail.webp b/demos/lulaby-city/thumbnail.webp new file mode 100644 index 00000000..d58d6de9 Binary files /dev/null and b/demos/lulaby-city/thumbnail.webp differ diff --git a/demos/lusion-connectors/README.md b/demos/lusion-connectors/README.md index 894cccbd..1d22cacc 100644 --- a/demos/lusion-connectors/README.md +++ b/demos/lusion-connectors/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/lusion-connectors) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/lusion-connectors) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/lusion-connectors/thumbnail.png b/demos/lusion-connectors/thumbnail.png deleted file mode 100755 index 0a0a1cca..00000000 Binary files a/demos/lusion-connectors/thumbnail.png and /dev/null differ diff --git a/demos/lusion-connectors/thumbnail.webp b/demos/lusion-connectors/thumbnail.webp new file mode 100644 index 00000000..8a8461ee Binary files /dev/null and b/demos/lusion-connectors/thumbnail.webp differ diff --git a/demos/magic-box/README.md b/demos/magic-box/README.md index 3277293e..fcfb0da7 100644 --- a/demos/magic-box/README.md +++ b/demos/magic-box/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/magic-box) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/magic-box) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/magic-box/thumbnail.png b/demos/magic-box/thumbnail.png deleted file mode 100755 index 7ce356e5..00000000 Binary files a/demos/magic-box/thumbnail.png and /dev/null differ diff --git a/demos/magic-box/thumbnail.webp b/demos/magic-box/thumbnail.webp new file mode 100644 index 00000000..73628cd5 Binary files /dev/null and b/demos/magic-box/thumbnail.webp differ diff --git a/demos/merged-instance/README.md b/demos/merged-instance/README.md index 99e7ca3b..8fb9bb79 100644 --- a/demos/merged-instance/README.md +++ b/demos/merged-instance/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/merged-instance) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/merged-instance) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/merged-instance/thumbnail.png b/demos/merged-instance/thumbnail.png deleted file mode 100755 index 7e0b7fba..00000000 Binary files a/demos/merged-instance/thumbnail.png and /dev/null differ diff --git a/demos/merged-instance/thumbnail.webp b/demos/merged-instance/thumbnail.webp new file mode 100644 index 00000000..67e8bdec Binary files /dev/null and b/demos/merged-instance/thumbnail.webp differ diff --git a/demos/minecraft/README.md b/demos/minecraft/README.md index 20f3c548..4261f737 100644 --- a/demos/minecraft/README.md +++ b/demos/minecraft/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/minecraft) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/minecraft) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/minecraft/thumbnail.png b/demos/minecraft/thumbnail.png deleted file mode 100755 index 0972bf4d..00000000 Binary files a/demos/minecraft/thumbnail.png and /dev/null differ diff --git a/demos/minecraft/thumbnail.webp b/demos/minecraft/thumbnail.webp new file mode 100644 index 00000000..2dea1b0b Binary files /dev/null and b/demos/minecraft/thumbnail.webp differ diff --git a/demos/mixing-controls/README.md b/demos/mixing-controls/README.md index 20fd4765..b46f973d 100644 --- a/demos/mixing-controls/README.md +++ b/demos/mixing-controls/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/mixing-controls) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/mixing-controls) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/mixing-controls/thumbnail.png b/demos/mixing-controls/thumbnail.png deleted file mode 100755 index 55c061ff..00000000 Binary files a/demos/mixing-controls/thumbnail.png and /dev/null differ diff --git a/demos/mixing-controls/thumbnail.webp b/demos/mixing-controls/thumbnail.webp new file mode 100644 index 00000000..27486d8c Binary files /dev/null and b/demos/mixing-controls/thumbnail.webp differ diff --git a/demos/mixing-html-and-webgl-w-occlusion/README.md b/demos/mixing-html-and-webgl-w-occlusion/README.md index b9440dbd..19ec3574 100644 --- a/demos/mixing-html-and-webgl-w-occlusion/README.md +++ b/demos/mixing-html-and-webgl-w-occlusion/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/mixing-html-and-webgl-w-occlusion) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/mixing-html-and-webgl-w-occlusion) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/mixing-html-and-webgl-w-occlusion/thumbnail.png b/demos/mixing-html-and-webgl-w-occlusion/thumbnail.png deleted file mode 100755 index 5f4e733f..00000000 Binary files a/demos/mixing-html-and-webgl-w-occlusion/thumbnail.png and /dev/null differ diff --git a/demos/mixing-html-and-webgl-w-occlusion/thumbnail.webp b/demos/mixing-html-and-webgl-w-occlusion/thumbnail.webp new file mode 100644 index 00000000..60c5a04e Binary files /dev/null and b/demos/mixing-html-and-webgl-w-occlusion/thumbnail.webp differ diff --git a/demos/mixing-html-and-webgl/README.md b/demos/mixing-html-and-webgl/README.md index 51a0682f..3af632ca 100644 --- a/demos/mixing-html-and-webgl/README.md +++ b/demos/mixing-html-and-webgl/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/mixing-html-and-webgl) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/mixing-html-and-webgl) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/mixing-html-and-webgl/thumbnail.png b/demos/mixing-html-and-webgl/thumbnail.png deleted file mode 100755 index 338a7e76..00000000 Binary files a/demos/mixing-html-and-webgl/thumbnail.png and /dev/null differ diff --git a/demos/mixing-html-and-webgl/thumbnail.webp b/demos/mixing-html-and-webgl/thumbnail.webp new file mode 100644 index 00000000..f9abfad1 Binary files /dev/null and b/demos/mixing-html-and-webgl/thumbnail.webp differ diff --git a/demos/moksha/README.md b/demos/moksha/README.md index 97d0255b..712f156b 100644 --- a/demos/moksha/README.md +++ b/demos/moksha/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/moksha) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/moksha) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/moksha/thumbnail.png b/demos/moksha/thumbnail.png deleted file mode 100755 index 4d6d1397..00000000 Binary files a/demos/moksha/thumbnail.png and /dev/null differ diff --git a/demos/moksha/thumbnail.webp b/demos/moksha/thumbnail.webp new file mode 100644 index 00000000..00b34ef0 Binary files /dev/null and b/demos/moksha/thumbnail.webp differ diff --git a/demos/monitors/README.md b/demos/monitors/README.md index 638a9a2b..5fc8c3e3 100644 --- a/demos/monitors/README.md +++ b/demos/monitors/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/monitors) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/monitors) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/monitors/thumbnail.png b/demos/monitors/thumbnail.png deleted file mode 100755 index 06c05212..00000000 Binary files a/demos/monitors/thumbnail.png and /dev/null differ diff --git a/demos/monitors/thumbnail.webp b/demos/monitors/thumbnail.webp new file mode 100644 index 00000000..d6a5ad64 Binary files /dev/null and b/demos/monitors/thumbnail.webp differ diff --git a/demos/motionpathcontrols/README.md b/demos/motionpathcontrols/README.md index 75455db6..c36545c7 100644 --- a/demos/motionpathcontrols/README.md +++ b/demos/motionpathcontrols/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/motionpathcontrols) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/motionpathcontrols) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/motionpathcontrols/thumbnail.png b/demos/motionpathcontrols/thumbnail.png deleted file mode 100755 index 978ecf71..00000000 Binary files a/demos/motionpathcontrols/thumbnail.png and /dev/null differ diff --git a/demos/motionpathcontrols/thumbnail.webp b/demos/motionpathcontrols/thumbnail.webp new file mode 100644 index 00000000..c1535ca0 Binary files /dev/null and b/demos/motionpathcontrols/thumbnail.webp differ diff --git a/demos/mount-transitions/README.md b/demos/mount-transitions/README.md index 656f0eae..1be57b47 100644 --- a/demos/mount-transitions/README.md +++ b/demos/mount-transitions/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/mount-transitions) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/mount-transitions) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/mount-transitions/thumbnail.png b/demos/mount-transitions/thumbnail.png deleted file mode 100755 index ad298585..00000000 Binary files a/demos/mount-transitions/thumbnail.png and /dev/null differ diff --git a/demos/mount-transitions/thumbnail.webp b/demos/mount-transitions/thumbnail.webp new file mode 100644 index 00000000..ca2eb14f Binary files /dev/null and b/demos/mount-transitions/thumbnail.webp differ diff --git a/demos/multiple-views-with-uniform-controls/README.md b/demos/multiple-views-with-uniform-controls/README.md index 8301ec82..f7904740 100644 --- a/demos/multiple-views-with-uniform-controls/README.md +++ b/demos/multiple-views-with-uniform-controls/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/multiple-views-with-uniform-controls) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/multiple-views-with-uniform-controls) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/multiple-views-with-uniform-controls/thumbnail.png b/demos/multiple-views-with-uniform-controls/thumbnail.png deleted file mode 100755 index 2073b35f..00000000 Binary files a/demos/multiple-views-with-uniform-controls/thumbnail.png and /dev/null differ diff --git a/demos/multiple-views-with-uniform-controls/thumbnail.webp b/demos/multiple-views-with-uniform-controls/thumbnail.webp new file mode 100644 index 00000000..7a24722f Binary files /dev/null and b/demos/multiple-views-with-uniform-controls/thumbnail.webp differ diff --git a/demos/nextjs-prism/README.md b/demos/nextjs-prism/README.md index f5594a8a..cae10eef 100644 --- a/demos/nextjs-prism/README.md +++ b/demos/nextjs-prism/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/nextjs-prism) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/nextjs-prism) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/nextjs-prism/thumbnail.png b/demos/nextjs-prism/thumbnail.png deleted file mode 100755 index a3be0b5c..00000000 Binary files a/demos/nextjs-prism/thumbnail.png and /dev/null differ diff --git a/demos/nextjs-prism/thumbnail.webp b/demos/nextjs-prism/thumbnail.webp new file mode 100644 index 00000000..509cf46d Binary files /dev/null and b/demos/nextjs-prism/thumbnail.webp differ diff --git a/demos/night-train/README.md b/demos/night-train/README.md index 3deb38b4..70c02136 100644 --- a/demos/night-train/README.md +++ b/demos/night-train/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/night-train) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/night-train) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/night-train/thumbnail.png b/demos/night-train/thumbnail.png deleted file mode 100755 index 189a1bb1..00000000 Binary files a/demos/night-train/thumbnail.png and /dev/null differ diff --git a/demos/night-train/thumbnail.webp b/demos/night-train/thumbnail.webp new file mode 100644 index 00000000..90837803 Binary files /dev/null and b/demos/night-train/thumbnail.webp differ diff --git a/demos/object-clump/README.md b/demos/object-clump/README.md index d23de911..ade631fe 100644 --- a/demos/object-clump/README.md +++ b/demos/object-clump/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/object-clump) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/object-clump) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/object-clump/thumbnail.png b/demos/object-clump/thumbnail.png deleted file mode 100755 index 2b083eee..00000000 Binary files a/demos/object-clump/thumbnail.png and /dev/null differ diff --git a/demos/object-clump/thumbnail.webp b/demos/object-clump/thumbnail.webp new file mode 100644 index 00000000..f98e02d5 Binary files /dev/null and b/demos/object-clump/thumbnail.webp differ diff --git a/demos/pairing-threejs-to-ui/README.md b/demos/pairing-threejs-to-ui/README.md index 5782bde7..457e9b40 100644 --- a/demos/pairing-threejs-to-ui/README.md +++ b/demos/pairing-threejs-to-ui/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/pairing-threejs-to-ui) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/pairing-threejs-to-ui) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/pairing-threejs-to-ui/thumbnail.png b/demos/pairing-threejs-to-ui/thumbnail.png deleted file mode 100755 index 2b0760c4..00000000 Binary files a/demos/pairing-threejs-to-ui/thumbnail.png and /dev/null differ diff --git a/demos/pairing-threejs-to-ui/thumbnail.webp b/demos/pairing-threejs-to-ui/thumbnail.webp new file mode 100644 index 00000000..3ef89fa9 Binary files /dev/null and b/demos/pairing-threejs-to-ui/thumbnail.webp differ diff --git a/demos/pass-through-portals/README.md b/demos/pass-through-portals/README.md index 65f0139d..c501c457 100644 --- a/demos/pass-through-portals/README.md +++ b/demos/pass-through-portals/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/pass-through-portals) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/pass-through-portals) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/pass-through-portals/thumbnail.png b/demos/pass-through-portals/thumbnail.png deleted file mode 100755 index 0b83005d..00000000 Binary files a/demos/pass-through-portals/thumbnail.png and /dev/null differ diff --git a/demos/pass-through-portals/thumbnail.webp b/demos/pass-through-portals/thumbnail.webp new file mode 100644 index 00000000..64ff5c3c Binary files /dev/null and b/demos/pass-through-portals/thumbnail.webp differ diff --git a/demos/physics-with-convex-polyhedrons/README.md b/demos/physics-with-convex-polyhedrons/README.md index c5394fa3..9d07a54c 100644 --- a/demos/physics-with-convex-polyhedrons/README.md +++ b/demos/physics-with-convex-polyhedrons/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/physics-with-convex-polyhedrons) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/physics-with-convex-polyhedrons) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/physics-with-convex-polyhedrons/thumbnail.png b/demos/physics-with-convex-polyhedrons/thumbnail.png deleted file mode 100755 index 24847beb..00000000 Binary files a/demos/physics-with-convex-polyhedrons/thumbnail.png and /dev/null differ diff --git a/demos/physics-with-convex-polyhedrons/thumbnail.webp b/demos/physics-with-convex-polyhedrons/thumbnail.webp new file mode 100644 index 00000000..63f3d04e Binary files /dev/null and b/demos/physics-with-convex-polyhedrons/thumbnail.webp differ diff --git a/demos/pinball-in-70-lines/README.md b/demos/pinball-in-70-lines/README.md index 4656dfff..6121436e 100644 --- a/demos/pinball-in-70-lines/README.md +++ b/demos/pinball-in-70-lines/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/pinball-in-70-lines) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/pinball-in-70-lines) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/pinball-in-70-lines/thumbnail.png b/demos/pinball-in-70-lines/thumbnail.png deleted file mode 100755 index 64446f45..00000000 Binary files a/demos/pinball-in-70-lines/thumbnail.png and /dev/null differ diff --git a/demos/pinball-in-70-lines/thumbnail.webp b/demos/pinball-in-70-lines/thumbnail.webp new file mode 100644 index 00000000..42c7d3b2 Binary files /dev/null and b/demos/pinball-in-70-lines/thumbnail.webp differ diff --git a/demos/pmndrs-vercel/README.md b/demos/pmndrs-vercel/README.md index 259b7b10..8b03e560 100644 --- a/demos/pmndrs-vercel/README.md +++ b/demos/pmndrs-vercel/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/pmndrs-vercel) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/pmndrs-vercel) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/pmndrs-vercel/thumbnail.png b/demos/pmndrs-vercel/thumbnail.png deleted file mode 100755 index 46d94175..00000000 Binary files a/demos/pmndrs-vercel/thumbnail.png and /dev/null differ diff --git a/demos/pmndrs-vercel/thumbnail.webp b/demos/pmndrs-vercel/thumbnail.webp new file mode 100644 index 00000000..6c18f14c Binary files /dev/null and b/demos/pmndrs-vercel/thumbnail.webp differ diff --git a/demos/portal-shapes/README.md b/demos/portal-shapes/README.md index 5344f5ee..21929529 100644 --- a/demos/portal-shapes/README.md +++ b/demos/portal-shapes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/portal-shapes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/portal-shapes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/portal-shapes/thumbnail.png b/demos/portal-shapes/thumbnail.png deleted file mode 100755 index 6fb2123e..00000000 Binary files a/demos/portal-shapes/thumbnail.png and /dev/null differ diff --git a/demos/portal-shapes/thumbnail.webp b/demos/portal-shapes/thumbnail.webp new file mode 100644 index 00000000..c9660ecc Binary files /dev/null and b/demos/portal-shapes/thumbnail.webp differ diff --git a/demos/portals/README.md b/demos/portals/README.md index 051161fe..d00c4f6e 100644 --- a/demos/portals/README.md +++ b/demos/portals/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/portals) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/portals) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/portals/thumbnail.png b/demos/portals/thumbnail.png deleted file mode 100755 index 3ba4e396..00000000 Binary files a/demos/portals/thumbnail.png and /dev/null differ diff --git a/demos/portals/thumbnail.webp b/demos/portals/thumbnail.webp new file mode 100644 index 00000000..b2b13714 Binary files /dev/null and b/demos/portals/thumbnail.webp differ diff --git a/demos/progressive-loading-states-with-suspense/README.md b/demos/progressive-loading-states-with-suspense/README.md index 3bf367f0..7e473778 100644 --- a/demos/progressive-loading-states-with-suspense/README.md +++ b/demos/progressive-loading-states-with-suspense/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/progressive-loading-states-with-suspense) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/progressive-loading-states-with-suspense) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/progressive-loading-states-with-suspense/thumbnail.png b/demos/progressive-loading-states-with-suspense/thumbnail.png deleted file mode 100755 index af17f028..00000000 Binary files a/demos/progressive-loading-states-with-suspense/thumbnail.png and /dev/null differ diff --git a/demos/progressive-loading-states-with-suspense/thumbnail.webp b/demos/progressive-loading-states-with-suspense/thumbnail.webp new file mode 100644 index 00000000..13f952f0 Binary files /dev/null and b/demos/progressive-loading-states-with-suspense/thumbnail.webp differ diff --git a/demos/racing-game/README.md b/demos/racing-game/README.md index c67449cc..88f98754 100644 --- a/demos/racing-game/README.md +++ b/demos/racing-game/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/racing-game) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/racing-game) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/racing-game/thumbnail.png b/demos/racing-game/thumbnail.png deleted file mode 100755 index a38d1741..00000000 Binary files a/demos/racing-game/thumbnail.png and /dev/null differ diff --git a/demos/racing-game/thumbnail.webp b/demos/racing-game/thumbnail.webp new file mode 100644 index 00000000..e63e6e06 Binary files /dev/null and b/demos/racing-game/thumbnail.webp differ diff --git a/demos/ragdoll-physics/README.md b/demos/ragdoll-physics/README.md index aeabf47a..7412845b 100644 --- a/demos/ragdoll-physics/README.md +++ b/demos/ragdoll-physics/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ragdoll-physics) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ragdoll-physics) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ragdoll-physics/thumbnail.png b/demos/ragdoll-physics/thumbnail.png deleted file mode 100755 index 5e938e31..00000000 Binary files a/demos/ragdoll-physics/thumbnail.png and /dev/null differ diff --git a/demos/ragdoll-physics/thumbnail.webp b/demos/ragdoll-physics/thumbnail.webp new file mode 100644 index 00000000..4a8549d1 Binary files /dev/null and b/demos/ragdoll-physics/thumbnail.webp differ diff --git a/demos/rapier-physics/README.md b/demos/rapier-physics/README.md index 85f9d5f8..e32c8d02 100644 --- a/demos/rapier-physics/README.md +++ b/demos/rapier-physics/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/rapier-physics) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/rapier-physics) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/rapier-physics/thumbnail.png b/demos/rapier-physics/thumbnail.png deleted file mode 100755 index 6fe9b150..00000000 Binary files a/demos/rapier-physics/thumbnail.png and /dev/null differ diff --git a/demos/rapier-physics/thumbnail.webp b/demos/rapier-physics/thumbnail.webp new file mode 100644 index 00000000..cf9da426 Binary files /dev/null and b/demos/rapier-physics/thumbnail.webp differ diff --git a/demos/rapier-ping-pong/README.md b/demos/rapier-ping-pong/README.md index 10915996..198c4fa8 100644 --- a/demos/rapier-ping-pong/README.md +++ b/demos/rapier-ping-pong/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/rapier-ping-pong) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/rapier-ping-pong) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/rapier-ping-pong/thumbnail.png b/demos/rapier-ping-pong/thumbnail.png deleted file mode 100755 index 3f9e9df2..00000000 Binary files a/demos/rapier-ping-pong/thumbnail.png and /dev/null differ diff --git a/demos/rapier-ping-pong/thumbnail.webp b/demos/rapier-ping-pong/thumbnail.webp new file mode 100644 index 00000000..10877126 Binary files /dev/null and b/demos/rapier-ping-pong/thumbnail.webp differ diff --git a/demos/raycast-cycling/README.md b/demos/raycast-cycling/README.md index 6d4face7..41aac46b 100644 --- a/demos/raycast-cycling/README.md +++ b/demos/raycast-cycling/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/raycast-cycling) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/raycast-cycling) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/raycast-cycling/thumbnail.png b/demos/raycast-cycling/thumbnail.png deleted file mode 100755 index 2811aef9..00000000 Binary files a/demos/raycast-cycling/thumbnail.png and /dev/null differ diff --git a/demos/raycast-cycling/thumbnail.webp b/demos/raycast-cycling/thumbnail.webp new file mode 100644 index 00000000..ee9a2c4e Binary files /dev/null and b/demos/raycast-cycling/thumbnail.webp differ diff --git a/demos/re-using-geometry-and-level-of-detail/README.md b/demos/re-using-geometry-and-level-of-detail/README.md index 3f86488a..183de07b 100644 --- a/demos/re-using-geometry-and-level-of-detail/README.md +++ b/demos/re-using-geometry-and-level-of-detail/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/re-using-geometry-and-level-of-detail) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/re-using-geometry-and-level-of-detail) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/re-using-geometry-and-level-of-detail/thumbnail.png b/demos/re-using-geometry-and-level-of-detail/thumbnail.png deleted file mode 100755 index 8d3827d6..00000000 Binary files a/demos/re-using-geometry-and-level-of-detail/thumbnail.png and /dev/null differ diff --git a/demos/re-using-geometry-and-level-of-detail/thumbnail.webp b/demos/re-using-geometry-and-level-of-detail/thumbnail.webp new file mode 100644 index 00000000..904e89e0 Binary files /dev/null and b/demos/re-using-geometry-and-level-of-detail/thumbnail.webp differ diff --git a/demos/re-using-gltfs/README.md b/demos/re-using-gltfs/README.md index d9475bb1..26f0508d 100644 --- a/demos/re-using-gltfs/README.md +++ b/demos/re-using-gltfs/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/re-using-gltfs) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/re-using-gltfs) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/re-using-gltfs/thumbnail.png b/demos/re-using-gltfs/thumbnail.png deleted file mode 100755 index c4f8cbe0..00000000 Binary files a/demos/re-using-gltfs/thumbnail.png and /dev/null differ diff --git a/demos/re-using-gltfs/thumbnail.webp b/demos/re-using-gltfs/thumbnail.webp new file mode 100644 index 00000000..f05dfeb5 Binary files /dev/null and b/demos/re-using-gltfs/thumbnail.webp differ diff --git a/demos/react-ellipsecurve/README.md b/demos/react-ellipsecurve/README.md index 37b2a671..69b3732b 100644 --- a/demos/react-ellipsecurve/README.md +++ b/demos/react-ellipsecurve/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/react-ellipsecurve) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/react-ellipsecurve) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/react-ellipsecurve/thumbnail.png b/demos/react-ellipsecurve/thumbnail.png deleted file mode 100755 index a8975087..00000000 Binary files a/demos/react-ellipsecurve/thumbnail.png and /dev/null differ diff --git a/demos/react-ellipsecurve/thumbnail.webp b/demos/react-ellipsecurve/thumbnail.webp new file mode 100644 index 00000000..17f3cd6f Binary files /dev/null and b/demos/react-ellipsecurve/thumbnail.webp differ diff --git a/demos/react-pp-outlines/README.md b/demos/react-pp-outlines/README.md index 25f9d898..e9c5d583 100644 --- a/demos/react-pp-outlines/README.md +++ b/demos/react-pp-outlines/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/react-pp-outlines) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/react-pp-outlines) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/react-pp-outlines/thumbnail.png b/demos/react-pp-outlines/thumbnail.png deleted file mode 100755 index 54c170a1..00000000 Binary files a/demos/react-pp-outlines/thumbnail.png and /dev/null differ diff --git a/demos/react-pp-outlines/thumbnail.webp b/demos/react-pp-outlines/thumbnail.webp new file mode 100644 index 00000000..516c89dd Binary files /dev/null and b/demos/react-pp-outlines/thumbnail.webp differ diff --git a/demos/react-spring-animations/README.md b/demos/react-spring-animations/README.md index 35dcffa9..2d7dbbf4 100644 --- a/demos/react-spring-animations/README.md +++ b/demos/react-spring-animations/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/react-spring-animations) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/react-spring-animations) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/react-spring-animations/thumbnail.png b/demos/react-spring-animations/thumbnail.png deleted file mode 100755 index 3401ea29..00000000 Binary files a/demos/react-spring-animations/thumbnail.png and /dev/null differ diff --git a/demos/react-spring-animations/thumbnail.webp b/demos/react-spring-animations/thumbnail.webp new file mode 100644 index 00000000..e823f499 Binary files /dev/null and b/demos/react-spring-animations/thumbnail.webp differ diff --git a/demos/room-with-soft-shadows/README.md b/demos/room-with-soft-shadows/README.md index 9853f6d2..041b8f9d 100644 --- a/demos/room-with-soft-shadows/README.md +++ b/demos/room-with-soft-shadows/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/room-with-soft-shadows) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/room-with-soft-shadows) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/room-with-soft-shadows/thumbnail.png b/demos/room-with-soft-shadows/thumbnail.png deleted file mode 100755 index cb7bd221..00000000 Binary files a/demos/room-with-soft-shadows/thumbnail.png and /dev/null differ diff --git a/demos/room-with-soft-shadows/thumbnail.webp b/demos/room-with-soft-shadows/thumbnail.webp new file mode 100644 index 00000000..51759ae3 Binary files /dev/null and b/demos/room-with-soft-shadows/thumbnail.webp differ diff --git a/demos/router-transitions/README.md b/demos/router-transitions/README.md index 96c70cd3..7f3cd493 100644 --- a/demos/router-transitions/README.md +++ b/demos/router-transitions/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/router-transitions) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/router-transitions) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/router-transitions/thumbnail.png b/demos/router-transitions/thumbnail.png deleted file mode 100755 index 0c401b4a..00000000 Binary files a/demos/router-transitions/thumbnail.png and /dev/null differ diff --git a/demos/router-transitions/thumbnail.webp b/demos/router-transitions/thumbnail.webp new file mode 100644 index 00000000..c65e6a15 Binary files /dev/null and b/demos/router-transitions/thumbnail.webp differ diff --git a/demos/scrollcontrols-and-lens-refraction/README.md b/demos/scrollcontrols-and-lens-refraction/README.md index 141f8d43..138fbfda 100644 --- a/demos/scrollcontrols-and-lens-refraction/README.md +++ b/demos/scrollcontrols-and-lens-refraction/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/scrollcontrols-and-lens-refraction) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/scrollcontrols-and-lens-refraction) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/scrollcontrols-and-lens-refraction/thumbnail.png b/demos/scrollcontrols-and-lens-refraction/thumbnail.png deleted file mode 100755 index 9818cc6d..00000000 Binary files a/demos/scrollcontrols-and-lens-refraction/thumbnail.png and /dev/null differ diff --git a/demos/scrollcontrols-and-lens-refraction/thumbnail.webp b/demos/scrollcontrols-and-lens-refraction/thumbnail.webp new file mode 100644 index 00000000..a57a43d3 Binary files /dev/null and b/demos/scrollcontrols-and-lens-refraction/thumbnail.webp differ diff --git a/demos/scrollcontrols-gltf/README.md b/demos/scrollcontrols-gltf/README.md index 0fbe8dbe..71b3e88a 100644 --- a/demos/scrollcontrols-gltf/README.md +++ b/demos/scrollcontrols-gltf/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/scrollcontrols-gltf) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/scrollcontrols-gltf) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/scrollcontrols-gltf/thumbnail.png b/demos/scrollcontrols-gltf/thumbnail.png deleted file mode 100755 index b03d1d31..00000000 Binary files a/demos/scrollcontrols-gltf/thumbnail.png and /dev/null differ diff --git a/demos/scrollcontrols-gltf/thumbnail.webp b/demos/scrollcontrols-gltf/thumbnail.webp new file mode 100644 index 00000000..7ae88130 Binary files /dev/null and b/demos/scrollcontrols-gltf/thumbnail.webp differ diff --git a/demos/scrollcontrols-with-minimap/README.md b/demos/scrollcontrols-with-minimap/README.md index b534667b..39834a7e 100644 --- a/demos/scrollcontrols-with-minimap/README.md +++ b/demos/scrollcontrols-with-minimap/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/scrollcontrols-with-minimap) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/scrollcontrols-with-minimap) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/scrollcontrols-with-minimap/thumbnail.png b/demos/scrollcontrols-with-minimap/thumbnail.png deleted file mode 100755 index 23649294..00000000 Binary files a/demos/scrollcontrols-with-minimap/thumbnail.png and /dev/null differ diff --git a/demos/scrollcontrols-with-minimap/thumbnail.webp b/demos/scrollcontrols-with-minimap/thumbnail.webp new file mode 100644 index 00000000..864672cb Binary files /dev/null and b/demos/scrollcontrols-with-minimap/thumbnail.webp differ diff --git a/demos/selective-outlines/README.md b/demos/selective-outlines/README.md index ddb6706b..11e39f84 100644 --- a/demos/selective-outlines/README.md +++ b/demos/selective-outlines/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/selective-outlines) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/selective-outlines) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/selective-outlines/thumbnail.png b/demos/selective-outlines/thumbnail.png deleted file mode 100755 index dc17f45b..00000000 Binary files a/demos/selective-outlines/thumbnail.png and /dev/null differ diff --git a/demos/selective-outlines/thumbnail.webp b/demos/selective-outlines/thumbnail.webp new file mode 100644 index 00000000..ef22b91c Binary files /dev/null and b/demos/selective-outlines/thumbnail.webp differ diff --git a/demos/shader-fire/README.md b/demos/shader-fire/README.md index 063fcc5a..f0471c6e 100644 --- a/demos/shader-fire/README.md +++ b/demos/shader-fire/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/shader-fire) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/shader-fire) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/shader-fire/thumbnail.png b/demos/shader-fire/thumbnail.png deleted file mode 100755 index 7414491b..00000000 Binary files a/demos/shader-fire/thumbnail.png and /dev/null differ diff --git a/demos/shader-fire/thumbnail.webp b/demos/shader-fire/thumbnail.webp new file mode 100644 index 00000000..757f6fad Binary files /dev/null and b/demos/shader-fire/thumbnail.webp differ diff --git a/demos/shader-hmr/README.md b/demos/shader-hmr/README.md index b53ad55a..ab829d73 100644 --- a/demos/shader-hmr/README.md +++ b/demos/shader-hmr/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/shader-hmr) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/shader-hmr) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/shader-hmr/thumbnail.png b/demos/shader-hmr/thumbnail.png deleted file mode 100755 index 90ef335b..00000000 Binary files a/demos/shader-hmr/thumbnail.png and /dev/null differ diff --git a/demos/shader-hmr/thumbnail.webp b/demos/shader-hmr/thumbnail.webp new file mode 100644 index 00000000..a9ca9361 Binary files /dev/null and b/demos/shader-hmr/thumbnail.webp differ diff --git a/demos/shadermaterials/README.md b/demos/shadermaterials/README.md index 9c8f2a00..d47c912a 100644 --- a/demos/shadermaterials/README.md +++ b/demos/shadermaterials/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/shadermaterials) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/shadermaterials) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/shadermaterials/thumbnail.png b/demos/shadermaterials/thumbnail.png deleted file mode 100755 index f5f48732..00000000 Binary files a/demos/shadermaterials/thumbnail.png and /dev/null differ diff --git a/demos/shadermaterials/thumbnail.webp b/demos/shadermaterials/thumbnail.webp new file mode 100644 index 00000000..4a4e80a9 Binary files /dev/null and b/demos/shadermaterials/thumbnail.webp differ diff --git a/demos/shoe-configurator/README.md b/demos/shoe-configurator/README.md index 88eb96e3..a3175ba8 100644 --- a/demos/shoe-configurator/README.md +++ b/demos/shoe-configurator/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/shoe-configurator) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/shoe-configurator) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/shoe-configurator/thumbnail.png b/demos/shoe-configurator/thumbnail.png deleted file mode 100755 index cfa0edfc..00000000 Binary files a/demos/shoe-configurator/thumbnail.png and /dev/null differ diff --git a/demos/shoe-configurator/thumbnail.webp b/demos/shoe-configurator/thumbnail.webp new file mode 100644 index 00000000..27f1ad56 Binary files /dev/null and b/demos/shoe-configurator/thumbnail.webp differ diff --git a/demos/shopping/README.md b/demos/shopping/README.md index ff0ab3ae..cb8e76a7 100644 --- a/demos/shopping/README.md +++ b/demos/shopping/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/shopping) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/shopping) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/shopping/thumbnail.png b/demos/shopping/thumbnail.png deleted file mode 100755 index a36fb5fb..00000000 Binary files a/demos/shopping/thumbnail.png and /dev/null differ diff --git a/demos/shopping/thumbnail.webp b/demos/shopping/thumbnail.webp new file mode 100644 index 00000000..d810ce7a Binary files /dev/null and b/demos/shopping/thumbnail.webp differ diff --git a/demos/simple-audio-analyser/README.md b/demos/simple-audio-analyser/README.md index 021d1f1b..b87ee6a0 100644 --- a/demos/simple-audio-analyser/README.md +++ b/demos/simple-audio-analyser/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/simple-audio-analyser) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/simple-audio-analyser) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/simple-audio-analyser/thumbnail.png b/demos/simple-audio-analyser/thumbnail.png deleted file mode 100755 index 0d425009..00000000 Binary files a/demos/simple-audio-analyser/thumbnail.png and /dev/null differ diff --git a/demos/simple-audio-analyser/thumbnail.webp b/demos/simple-audio-analyser/thumbnail.webp new file mode 100644 index 00000000..79e81835 Binary files /dev/null and b/demos/simple-audio-analyser/thumbnail.webp differ diff --git a/demos/simple-physics-demo-with-debug-bounds/README.md b/demos/simple-physics-demo-with-debug-bounds/README.md index 4c0e13c9..cf2af2e7 100644 --- a/demos/simple-physics-demo-with-debug-bounds/README.md +++ b/demos/simple-physics-demo-with-debug-bounds/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/simple-physics-demo-with-debug-bounds) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/simple-physics-demo-with-debug-bounds) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/simple-physics-demo-with-debug-bounds/thumbnail.png b/demos/simple-physics-demo-with-debug-bounds/thumbnail.png deleted file mode 100755 index 15fc7355..00000000 Binary files a/demos/simple-physics-demo-with-debug-bounds/thumbnail.png and /dev/null differ diff --git a/demos/simple-physics-demo-with-debug-bounds/thumbnail.webp b/demos/simple-physics-demo-with-debug-bounds/thumbnail.webp new file mode 100644 index 00000000..508be86c Binary files /dev/null and b/demos/simple-physics-demo-with-debug-bounds/thumbnail.webp differ diff --git a/demos/simple-physics-demo/README.md b/demos/simple-physics-demo/README.md index e1ed4be5..f30e3c14 100644 --- a/demos/simple-physics-demo/README.md +++ b/demos/simple-physics-demo/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/simple-physics-demo) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/simple-physics-demo) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/simple-physics-demo/thumbnail.png b/demos/simple-physics-demo/thumbnail.png deleted file mode 100755 index 89b37535..00000000 Binary files a/demos/simple-physics-demo/thumbnail.png and /dev/null differ diff --git a/demos/simple-physics-demo/thumbnail.webp b/demos/simple-physics-demo/thumbnail.webp new file mode 100644 index 00000000..adf8a7bf Binary files /dev/null and b/demos/simple-physics-demo/thumbnail.webp differ diff --git a/demos/sky-dome-with-annotations/README.md b/demos/sky-dome-with-annotations/README.md index fdfc4704..c6aeb006 100644 --- a/demos/sky-dome-with-annotations/README.md +++ b/demos/sky-dome-with-annotations/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/sky-dome-with-annotations) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/sky-dome-with-annotations) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/sky-dome-with-annotations/thumbnail.png b/demos/sky-dome-with-annotations/thumbnail.png deleted file mode 100755 index 6908a776..00000000 Binary files a/demos/sky-dome-with-annotations/thumbnail.png and /dev/null differ diff --git a/demos/sky-dome-with-annotations/thumbnail.webp b/demos/sky-dome-with-annotations/thumbnail.webp new file mode 100644 index 00000000..bf4985d1 Binary files /dev/null and b/demos/sky-dome-with-annotations/thumbnail.webp differ diff --git a/demos/soft-shadows/README.md b/demos/soft-shadows/README.md index 74b4a738..33220e26 100644 --- a/demos/soft-shadows/README.md +++ b/demos/soft-shadows/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/soft-shadows) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/soft-shadows) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/soft-shadows/thumbnail.png b/demos/soft-shadows/thumbnail.png deleted file mode 100755 index a8af2a76..00000000 Binary files a/demos/soft-shadows/thumbnail.png and /dev/null differ diff --git a/demos/soft-shadows/thumbnail.webp b/demos/soft-shadows/thumbnail.webp new file mode 100644 index 00000000..9d1fbdff Binary files /dev/null and b/demos/soft-shadows/thumbnail.webp differ diff --git a/demos/space-game/README.md b/demos/space-game/README.md index 3bab815c..7fadff32 100644 --- a/demos/space-game/README.md +++ b/demos/space-game/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/space-game) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/space-game) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/space-game/thumbnail.png b/demos/space-game/thumbnail.png deleted file mode 100755 index 4a1db4e7..00000000 Binary files a/demos/space-game/thumbnail.png and /dev/null differ diff --git a/demos/space-game/thumbnail.webp b/demos/space-game/thumbnail.webp new file mode 100644 index 00000000..b0f2c016 Binary files /dev/null and b/demos/space-game/thumbnail.webp differ diff --git a/demos/sparks-and-effects/README.md b/demos/sparks-and-effects/README.md index d7a4da02..4f411d98 100644 --- a/demos/sparks-and-effects/README.md +++ b/demos/sparks-and-effects/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/sparks-and-effects) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/sparks-and-effects) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/sparks-and-effects/thumbnail.png b/demos/sparks-and-effects/thumbnail.png deleted file mode 100755 index 54d1f630..00000000 Binary files a/demos/sparks-and-effects/thumbnail.png and /dev/null differ diff --git a/demos/sparks-and-effects/thumbnail.webp b/demos/sparks-and-effects/thumbnail.webp new file mode 100644 index 00000000..9acdb7ae Binary files /dev/null and b/demos/sparks-and-effects/thumbnail.webp differ diff --git a/demos/spline-glass-shapes/README.md b/demos/spline-glass-shapes/README.md index ee8b3bab..461ed529 100644 --- a/demos/spline-glass-shapes/README.md +++ b/demos/spline-glass-shapes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/spline-glass-shapes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/spline-glass-shapes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/spline-glass-shapes/thumbnail.png b/demos/spline-glass-shapes/thumbnail.png deleted file mode 100755 index ee02bb0d..00000000 Binary files a/demos/spline-glass-shapes/thumbnail.png and /dev/null differ diff --git a/demos/spline-glass-shapes/thumbnail.webp b/demos/spline-glass-shapes/thumbnail.webp new file mode 100644 index 00000000..29590a30 Binary files /dev/null and b/demos/spline-glass-shapes/thumbnail.webp differ diff --git a/demos/sport-hall/README.md b/demos/sport-hall/README.md index 92c99d7e..78d9bb30 100644 --- a/demos/sport-hall/README.md +++ b/demos/sport-hall/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/sport-hall) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/sport-hall) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/sport-hall/thumbnail.png b/demos/sport-hall/thumbnail.png deleted file mode 100755 index 74163206..00000000 Binary files a/demos/sport-hall/thumbnail.png and /dev/null differ diff --git a/demos/sport-hall/thumbnail.webp b/demos/sport-hall/thumbnail.webp new file mode 100644 index 00000000..16970894 Binary files /dev/null and b/demos/sport-hall/thumbnail.webp differ diff --git a/demos/springy-boxes/README.md b/demos/springy-boxes/README.md index 5da1f645..356cdb25 100644 --- a/demos/springy-boxes/README.md +++ b/demos/springy-boxes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/springy-boxes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/springy-boxes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/springy-boxes/thumbnail.png b/demos/springy-boxes/thumbnail.png deleted file mode 100755 index cbed653c..00000000 Binary files a/demos/springy-boxes/thumbnail.png and /dev/null differ diff --git a/demos/springy-boxes/thumbnail.webp b/demos/springy-boxes/thumbnail.webp new file mode 100644 index 00000000..f8dbab95 Binary files /dev/null and b/demos/springy-boxes/thumbnail.webp differ diff --git a/demos/ssgi-spheres-with-rapier-physics/README.md b/demos/ssgi-spheres-with-rapier-physics/README.md index 3eb10027..3feee4fc 100644 --- a/demos/ssgi-spheres-with-rapier-physics/README.md +++ b/demos/ssgi-spheres-with-rapier-physics/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ssgi-spheres-with-rapier-physics) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ssgi-spheres-with-rapier-physics) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ssgi-spheres-with-rapier-physics/thumbnail.png b/demos/ssgi-spheres-with-rapier-physics/thumbnail.png deleted file mode 100755 index 7c28f05d..00000000 Binary files a/demos/ssgi-spheres-with-rapier-physics/thumbnail.png and /dev/null differ diff --git a/demos/ssgi-spheres-with-rapier-physics/thumbnail.webp b/demos/ssgi-spheres-with-rapier-physics/thumbnail.webp new file mode 100644 index 00000000..c60a19f4 Binary files /dev/null and b/demos/ssgi-spheres-with-rapier-physics/thumbnail.webp differ diff --git a/demos/ssr-test/README.md b/demos/ssr-test/README.md index a52d9e0d..04e6d506 100644 --- a/demos/ssr-test/README.md +++ b/demos/ssr-test/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/ssr-test) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/ssr-test) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/ssr-test/thumbnail.png b/demos/ssr-test/thumbnail.png deleted file mode 100755 index bcc3f050..00000000 Binary files a/demos/ssr-test/thumbnail.png and /dev/null differ diff --git a/demos/ssr-test/thumbnail.webp b/demos/ssr-test/thumbnail.webp new file mode 100644 index 00000000..b86bc1b2 Binary files /dev/null and b/demos/ssr-test/thumbnail.webp differ diff --git a/demos/stage-presets-gltfjsx/README.md b/demos/stage-presets-gltfjsx/README.md index 4f96fc9b..b1458d27 100644 --- a/demos/stage-presets-gltfjsx/README.md +++ b/demos/stage-presets-gltfjsx/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/stage-presets-gltfjsx) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/stage-presets-gltfjsx) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/stage-presets-gltfjsx/thumbnail.png b/demos/stage-presets-gltfjsx/thumbnail.png deleted file mode 100755 index e5a6ff84..00000000 Binary files a/demos/stage-presets-gltfjsx/thumbnail.png and /dev/null differ diff --git a/demos/stage-presets-gltfjsx/thumbnail.webp b/demos/stage-presets-gltfjsx/thumbnail.webp new file mode 100644 index 00000000..e8c33870 Binary files /dev/null and b/demos/stage-presets-gltfjsx/thumbnail.webp differ diff --git a/demos/staging-and-camerashake/README.md b/demos/staging-and-camerashake/README.md index cbb8e2d0..91238195 100644 --- a/demos/staging-and-camerashake/README.md +++ b/demos/staging-and-camerashake/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/staging-and-camerashake) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/staging-and-camerashake) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/staging-and-camerashake/thumbnail.png b/demos/staging-and-camerashake/thumbnail.png deleted file mode 100755 index c1dea6b9..00000000 Binary files a/demos/staging-and-camerashake/thumbnail.png and /dev/null differ diff --git a/demos/staging-and-camerashake/thumbnail.webp b/demos/staging-and-camerashake/thumbnail.webp new file mode 100644 index 00000000..a1626af7 Binary files /dev/null and b/demos/staging-and-camerashake/thumbnail.webp differ diff --git a/demos/starwars/README.md b/demos/starwars/README.md index 30108780..b5591b91 100644 --- a/demos/starwars/README.md +++ b/demos/starwars/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/starwars) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/starwars) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/starwars/thumbnail.png b/demos/starwars/thumbnail.png deleted file mode 100755 index 30bafd18..00000000 Binary files a/demos/starwars/thumbnail.png and /dev/null differ diff --git a/demos/starwars/thumbnail.webp b/demos/starwars/thumbnail.webp new file mode 100644 index 00000000..c1a9c5bc Binary files /dev/null and b/demos/starwars/thumbnail.webp differ diff --git a/demos/stencil-mask/README.md b/demos/stencil-mask/README.md index 4e2f8d6f..3346ea32 100644 --- a/demos/stencil-mask/README.md +++ b/demos/stencil-mask/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/stencil-mask) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/stencil-mask) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/stencil-mask/thumbnail.png b/demos/stencil-mask/thumbnail.png deleted file mode 100755 index 79977835..00000000 Binary files a/demos/stencil-mask/thumbnail.png and /dev/null differ diff --git a/demos/stencil-mask/thumbnail.webp b/demos/stencil-mask/thumbnail.webp new file mode 100644 index 00000000..eb6d1a1a Binary files /dev/null and b/demos/stencil-mask/thumbnail.webp differ diff --git a/demos/svg-maps-with-html-annotations/README.md b/demos/svg-maps-with-html-annotations/README.md index 601874ec..0837810b 100644 --- a/demos/svg-maps-with-html-annotations/README.md +++ b/demos/svg-maps-with-html-annotations/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/svg-maps-with-html-annotations) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/svg-maps-with-html-annotations) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/svg-maps-with-html-annotations/thumbnail.png b/demos/svg-maps-with-html-annotations/thumbnail.png deleted file mode 100755 index 197a6395..00000000 Binary files a/demos/svg-maps-with-html-annotations/thumbnail.png and /dev/null differ diff --git a/demos/svg-maps-with-html-annotations/thumbnail.webp b/demos/svg-maps-with-html-annotations/thumbnail.webp new file mode 100644 index 00000000..61427e10 Binary files /dev/null and b/demos/svg-maps-with-html-annotations/thumbnail.webp differ diff --git a/demos/svg-renderer/README.md b/demos/svg-renderer/README.md index b602b4a9..0667a4ba 100644 --- a/demos/svg-renderer/README.md +++ b/demos/svg-renderer/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/svg-renderer) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/svg-renderer) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/svg-renderer/thumbnail.png b/demos/svg-renderer/thumbnail.png deleted file mode 100755 index dc15fe6a..00000000 Binary files a/demos/svg-renderer/thumbnail.png and /dev/null differ diff --git a/demos/svg-renderer/thumbnail.webp b/demos/svg-renderer/thumbnail.webp new file mode 100644 index 00000000..e8dbda36 Binary files /dev/null and b/demos/svg-renderer/thumbnail.webp differ diff --git a/demos/t-shirt-configurator/README.md b/demos/t-shirt-configurator/README.md index ffa05554..47e7ce60 100644 --- a/demos/t-shirt-configurator/README.md +++ b/demos/t-shirt-configurator/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/t-shirt-configurator) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/t-shirt-configurator) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/t-shirt-configurator/thumbnail.png b/demos/t-shirt-configurator/thumbnail.png deleted file mode 100755 index 270092f7..00000000 Binary files a/demos/t-shirt-configurator/thumbnail.png and /dev/null differ diff --git a/demos/t-shirt-configurator/thumbnail.webp b/demos/t-shirt-configurator/thumbnail.webp new file mode 100644 index 00000000..46b85c6b Binary files /dev/null and b/demos/t-shirt-configurator/thumbnail.webp differ diff --git a/demos/the-three-graces/README.md b/demos/the-three-graces/README.md index 90b5c743..207b4213 100644 --- a/demos/the-three-graces/README.md +++ b/demos/the-three-graces/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/the-three-graces) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/the-three-graces) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/the-three-graces/thumbnail.png b/demos/the-three-graces/thumbnail.png deleted file mode 100755 index 0b567eb9..00000000 Binary files a/demos/the-three-graces/thumbnail.png and /dev/null differ diff --git a/demos/the-three-graces/thumbnail.webp b/demos/the-three-graces/thumbnail.webp new file mode 100644 index 00000000..cd0cd0e7 Binary files /dev/null and b/demos/the-three-graces/thumbnail.webp differ diff --git a/demos/threejs-journey-lv-1-fisheye/README.md b/demos/threejs-journey-lv-1-fisheye/README.md index 32604f34..802eab5c 100644 --- a/demos/threejs-journey-lv-1-fisheye/README.md +++ b/demos/threejs-journey-lv-1-fisheye/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/threejs-journey-lv-1-fisheye) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/threejs-journey-lv-1-fisheye) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/threejs-journey-lv-1-fisheye/thumbnail.png b/demos/threejs-journey-lv-1-fisheye/thumbnail.png deleted file mode 100755 index 8e351570..00000000 Binary files a/demos/threejs-journey-lv-1-fisheye/thumbnail.png and /dev/null differ diff --git a/demos/threejs-journey-lv-1-fisheye/thumbnail.webp b/demos/threejs-journey-lv-1-fisheye/thumbnail.webp new file mode 100644 index 00000000..79643699 Binary files /dev/null and b/demos/threejs-journey-lv-1-fisheye/thumbnail.webp differ diff --git a/demos/threejs-journey-portal/README.md b/demos/threejs-journey-portal/README.md index 590afbed..8b48137d 100644 --- a/demos/threejs-journey-portal/README.md +++ b/demos/threejs-journey-portal/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/threejs-journey-portal) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/threejs-journey-portal) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/threejs-journey-portal/thumbnail.png b/demos/threejs-journey-portal/thumbnail.png deleted file mode 100755 index 5ea5c207..00000000 Binary files a/demos/threejs-journey-portal/thumbnail.png and /dev/null differ diff --git a/demos/threejs-journey-portal/thumbnail.webp b/demos/threejs-journey-portal/thumbnail.webp new file mode 100644 index 00000000..eb7c017f Binary files /dev/null and b/demos/threejs-journey-portal/thumbnail.webp differ diff --git a/demos/thunder-clouds/README.md b/demos/thunder-clouds/README.md index 704eb4f2..dce271b7 100644 --- a/demos/thunder-clouds/README.md +++ b/demos/thunder-clouds/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/thunder-clouds) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/thunder-clouds) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/thunder-clouds/thumbnail.png b/demos/thunder-clouds/thumbnail.png deleted file mode 100755 index 42eca68d..00000000 Binary files a/demos/thunder-clouds/thumbnail.png and /dev/null differ diff --git a/demos/thunder-clouds/thumbnail.webp b/demos/thunder-clouds/thumbnail.webp new file mode 100644 index 00000000..c5ebfffb Binary files /dev/null and b/demos/thunder-clouds/thumbnail.webp differ diff --git a/demos/transformcontrols-and-makedefault/README.md b/demos/transformcontrols-and-makedefault/README.md index 7896842d..6dc35564 100644 --- a/demos/transformcontrols-and-makedefault/README.md +++ b/demos/transformcontrols-and-makedefault/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/transformcontrols-and-makedefault) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/transformcontrols-and-makedefault) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/transformcontrols-and-makedefault/thumbnail.png b/demos/transformcontrols-and-makedefault/thumbnail.png deleted file mode 100755 index e12d6b56..00000000 Binary files a/demos/transformcontrols-and-makedefault/thumbnail.png and /dev/null differ diff --git a/demos/transformcontrols-and-makedefault/thumbnail.webp b/demos/transformcontrols-and-makedefault/thumbnail.webp new file mode 100644 index 00000000..fe508e3a Binary files /dev/null and b/demos/transformcontrols-and-makedefault/thumbnail.webp differ diff --git a/demos/transparent-aesop-bottles/README.md b/demos/transparent-aesop-bottles/README.md index 63f8f690..fc1fd4e9 100644 --- a/demos/transparent-aesop-bottles/README.md +++ b/demos/transparent-aesop-bottles/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/transparent-aesop-bottles) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/transparent-aesop-bottles) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/transparent-aesop-bottles/thumbnail.png b/demos/transparent-aesop-bottles/thumbnail.png deleted file mode 100755 index ddb77c4a..00000000 Binary files a/demos/transparent-aesop-bottles/thumbnail.png and /dev/null differ diff --git a/demos/transparent-aesop-bottles/thumbnail.webp b/demos/transparent-aesop-bottles/thumbnail.webp new file mode 100644 index 00000000..da185083 Binary files /dev/null and b/demos/transparent-aesop-bottles/thumbnail.webp differ diff --git a/demos/trigger-meshes/README.md b/demos/trigger-meshes/README.md index 40fdc0a9..9b3bfdb1 100644 --- a/demos/trigger-meshes/README.md +++ b/demos/trigger-meshes/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/trigger-meshes) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/trigger-meshes) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/trigger-meshes/thumbnail.png b/demos/trigger-meshes/thumbnail.png deleted file mode 100755 index 2e84d98c..00000000 Binary files a/demos/trigger-meshes/thumbnail.png and /dev/null differ diff --git a/demos/trigger-meshes/thumbnail.webp b/demos/trigger-meshes/thumbnail.webp new file mode 100644 index 00000000..a136ed7a Binary files /dev/null and b/demos/trigger-meshes/thumbnail.webp differ diff --git a/demos/tying-canvas-to-scroll-offset/README.md b/demos/tying-canvas-to-scroll-offset/README.md index 87053280..976b73a9 100644 --- a/demos/tying-canvas-to-scroll-offset/README.md +++ b/demos/tying-canvas-to-scroll-offset/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/tying-canvas-to-scroll-offset) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/tying-canvas-to-scroll-offset) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/tying-canvas-to-scroll-offset/thumbnail.png b/demos/tying-canvas-to-scroll-offset/thumbnail.png deleted file mode 100755 index 1be7efe4..00000000 Binary files a/demos/tying-canvas-to-scroll-offset/thumbnail.png and /dev/null differ diff --git a/demos/tying-canvas-to-scroll-offset/thumbnail.webp b/demos/tying-canvas-to-scroll-offset/thumbnail.webp new file mode 100644 index 00000000..5d2e0472 Binary files /dev/null and b/demos/tying-canvas-to-scroll-offset/thumbnail.webp differ diff --git a/demos/useintersect-and-scrollcontrols/README.md b/demos/useintersect-and-scrollcontrols/README.md index cc78e5a0..057aab2c 100644 --- a/demos/useintersect-and-scrollcontrols/README.md +++ b/demos/useintersect-and-scrollcontrols/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/useintersect-and-scrollcontrols) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/useintersect-and-scrollcontrols) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/useintersect-and-scrollcontrols/thumbnail.png b/demos/useintersect-and-scrollcontrols/thumbnail.png deleted file mode 100755 index fcce4dee..00000000 Binary files a/demos/useintersect-and-scrollcontrols/thumbnail.png and /dev/null differ diff --git a/demos/useintersect-and-scrollcontrols/thumbnail.webp b/demos/useintersect-and-scrollcontrols/thumbnail.webp new file mode 100644 index 00000000..a878b059 Binary files /dev/null and b/demos/useintersect-and-scrollcontrols/thumbnail.webp differ diff --git a/demos/video-cookies/README.md b/demos/video-cookies/README.md index 984d632a..f8ee7827 100644 --- a/demos/video-cookies/README.md +++ b/demos/video-cookies/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/video-cookies) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/video-cookies) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/video-cookies/thumbnail.png b/demos/video-cookies/thumbnail.png deleted file mode 100755 index 0a4ba530..00000000 Binary files a/demos/video-cookies/thumbnail.png and /dev/null differ diff --git a/demos/video-cookies/thumbnail.webp b/demos/video-cookies/thumbnail.webp new file mode 100644 index 00000000..385d50d7 Binary files /dev/null and b/demos/video-cookies/thumbnail.webp differ diff --git a/demos/video-textures/README.md b/demos/video-textures/README.md index 27869435..eb8d00aa 100644 --- a/demos/video-textures/README.md +++ b/demos/video-textures/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/video-textures) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/video-textures) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/video-textures/thumbnail.png b/demos/video-textures/thumbnail.png deleted file mode 100755 index 0a13b821..00000000 Binary files a/demos/video-textures/thumbnail.png and /dev/null differ diff --git a/demos/video-textures/thumbnail.webp b/demos/video-textures/thumbnail.webp new file mode 100644 index 00000000..8fa87f74 Binary files /dev/null and b/demos/video-textures/thumbnail.webp differ diff --git a/demos/view-tracking/README.md b/demos/view-tracking/README.md index 71c45f98..1789f6f9 100644 --- a/demos/view-tracking/README.md +++ b/demos/view-tracking/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/view-tracking) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/view-tracking) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/view-tracking/thumbnail.png b/demos/view-tracking/thumbnail.png deleted file mode 100755 index e29c8472..00000000 Binary files a/demos/view-tracking/thumbnail.png and /dev/null differ diff --git a/demos/view-tracking/thumbnail.webp b/demos/view-tracking/thumbnail.webp new file mode 100644 index 00000000..b5542ec1 Binary files /dev/null and b/demos/view-tracking/thumbnail.webp differ diff --git a/demos/viewcube/README.md b/demos/viewcube/README.md index 496ffd3d..f47dd74e 100644 --- a/demos/viewcube/README.md +++ b/demos/viewcube/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/viewcube) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/viewcube) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/viewcube/thumbnail.png b/demos/viewcube/thumbnail.png deleted file mode 100755 index 70957809..00000000 Binary files a/demos/viewcube/thumbnail.png and /dev/null differ diff --git a/demos/viewcube/thumbnail.webp b/demos/viewcube/thumbnail.webp new file mode 100644 index 00000000..0668ad36 Binary files /dev/null and b/demos/viewcube/thumbnail.webp differ diff --git a/demos/viking-ship/README.md b/demos/viking-ship/README.md index e4d7a63e..29a89b47 100644 --- a/demos/viking-ship/README.md +++ b/demos/viking-ship/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/viking-ship) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/viking-ship) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/viking-ship/thumbnail.png b/demos/viking-ship/thumbnail.png deleted file mode 100755 index cfb4a655..00000000 Binary files a/demos/viking-ship/thumbnail.png and /dev/null differ diff --git a/demos/viking-ship/thumbnail.webp b/demos/viking-ship/thumbnail.webp new file mode 100644 index 00000000..62892a67 Binary files /dev/null and b/demos/viking-ship/thumbnail.webp differ diff --git a/demos/volumetric-light-godray/README.md b/demos/volumetric-light-godray/README.md index 0add1e1d..cdcd81ad 100644 --- a/demos/volumetric-light-godray/README.md +++ b/demos/volumetric-light-godray/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/volumetric-light-godray) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/volumetric-light-godray) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/volumetric-light-godray/thumbnail.png b/demos/volumetric-light-godray/thumbnail.png deleted file mode 100755 index 80b6e879..00000000 Binary files a/demos/volumetric-light-godray/thumbnail.png and /dev/null differ diff --git a/demos/volumetric-light-godray/thumbnail.webp b/demos/volumetric-light-godray/thumbnail.webp new file mode 100644 index 00000000..36eeff46 Binary files /dev/null and b/demos/volumetric-light-godray/thumbnail.webp differ diff --git a/demos/volumetric-spotlight/README.md b/demos/volumetric-spotlight/README.md index 656eb328..645bfefe 100644 --- a/demos/volumetric-spotlight/README.md +++ b/demos/volumetric-spotlight/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/volumetric-spotlight) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/volumetric-spotlight) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/volumetric-spotlight/thumbnail.png b/demos/volumetric-spotlight/thumbnail.png deleted file mode 100755 index 703cc1a6..00000000 Binary files a/demos/volumetric-spotlight/thumbnail.png and /dev/null differ diff --git a/demos/volumetric-spotlight/thumbnail.webp b/demos/volumetric-spotlight/thumbnail.webp new file mode 100644 index 00000000..c2b3e376 Binary files /dev/null and b/demos/volumetric-spotlight/thumbnail.webp differ diff --git a/demos/water-shader/README.md b/demos/water-shader/README.md index 953aacd3..357a7367 100644 --- a/demos/water-shader/README.md +++ b/demos/water-shader/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/water-shader) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/water-shader) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/water-shader/thumbnail.png b/demos/water-shader/thumbnail.png deleted file mode 100755 index 07df0c80..00000000 Binary files a/demos/water-shader/thumbnail.png and /dev/null differ diff --git a/demos/water-shader/thumbnail.webp b/demos/water-shader/thumbnail.webp new file mode 100644 index 00000000..4ab14b51 Binary files /dev/null and b/demos/water-shader/thumbnail.webp differ diff --git a/demos/wobbling-sphere/README.md b/demos/wobbling-sphere/README.md index a871e954..d8fdf87e 100644 --- a/demos/wobbling-sphere/README.md +++ b/demos/wobbling-sphere/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/wobbling-sphere) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/wobbling-sphere) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/wobbling-sphere/thumbnail.png b/demos/wobbling-sphere/thumbnail.png deleted file mode 100755 index 05086af5..00000000 Binary files a/demos/wobbling-sphere/thumbnail.png and /dev/null differ diff --git a/demos/wobbling-sphere/thumbnail.webp b/demos/wobbling-sphere/thumbnail.webp new file mode 100644 index 00000000..5e2adc7d Binary files /dev/null and b/demos/wobbling-sphere/thumbnail.webp differ diff --git a/demos/zustand-site/README.md b/demos/zustand-site/README.md index 1e91b075..c375666d 100644 --- a/demos/zustand-site/README.md +++ b/demos/zustand-site/README.md @@ -2,4 +2,4 @@ [![CodeSandbox](https://img.shields.io/badge/codesandbox-040404?logo=codesandbox&logoColor=DBDBDB)](https://codesandbox.io/s/github/pmndrs/examples/tree/main/demos/zustand-site) [![Stackblitz](https://img.shields.io/badge/stackblitz-fff?logo=Stackblitz&logoColor=1389FD)](https://stackblitz.com/github/pmndrs/examples/tree/main/demos/zustand-site) -![](thumbnail.png) +![](thumbnail.webp) diff --git a/demos/zustand-site/thumbnail.png b/demos/zustand-site/thumbnail.png deleted file mode 100755 index e13bce4e..00000000 Binary files a/demos/zustand-site/thumbnail.png and /dev/null differ diff --git a/demos/zustand-site/thumbnail.webp b/demos/zustand-site/thumbnail.webp new file mode 100644 index 00000000..4fc5012c Binary files /dev/null and b/demos/zustand-site/thumbnail.webp differ diff --git a/out.sh b/out.sh index 78f2eddd..36e2e1ba 100755 --- a/out.sh +++ b/out.sh @@ -14,14 +14,14 @@ for demo_path in demos/*; do mkdir -p "$out_demo_dir" cp -r "$vite_dist_dir"/* "$out_demo_dir" - thumbnail_file=$(find "$demo_path" -name 'thumbnail.png' -print -quit) # Lower case for local variable + thumbnail_file=$(find "$demo_path" -name 'thumbnail.webp' -print -quit) # Lower case for local variable snapshot_file=$(find packages/e2e/snapshot.test.js-snapshots -name "${demo_name}-*-linux.png" -print -quit) # Lower case for local variable if [ -n "$snapshot_file" ]; then - cp "$snapshot_file" "$out_demo_dir/thumbnail.png" + cp "$snapshot_file" "$out_demo_dir/thumbnail.webp" echo "Copied snapshot_file $snapshot_file to $out_demo_dir" elif [ -n "$thumbnail_file" ]; then - cp "$thumbnail_file" "$out_demo_dir/thumbnail.png" + cp "$thumbnail_file" "$out_demo_dir/thumbnail.webp" echo "Copied thumbnail_file $thumbnail_file to $out_demo_dir" fi