Skip to content

Commit 439b4b5

Browse files
authored
Merge pull request #376 from pmndrs/examples-links-update-docs
docs: link effect examples to pmndrs/examples
2 parents 5f4993e + bb64964 commit 439b4b5

12 files changed

Lines changed: 18 additions & 10 deletions

docs/effects/autofocus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ useFrame((_, delta) => {
4949
5050
## Example
5151
52-
<Codesandbox id="dfw6w4" />
52+
[![Autofocus demo](https://pmndrs.github.io/examples/autofocus/thumbnail.webp)](https://pmndrs.github.io/examples/autofocus)

docs/effects/bloom.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ clamp colors between 0 and 1 again.
5050

5151
## Example
5252

53-
<Codesandbox id="r9ujf" />
53+
[![Bloom demo](https://pmndrs.github.io/examples/bloom/thumbnail.webp)](https://pmndrs.github.io/examples/bloom)
5454

5555
## Props
5656

docs/effects/brightness-contrast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ return (
1818

1919
## Example
2020

21-
<Codesandbox id="rrev1" />
21+
[![BrightnessContrast demo](https://pmndrs.github.io/examples/brightness-contrast/thumbnail.webp)](https://pmndrs.github.io/examples/brightness-contrast)
2222

2323
## Props
2424

docs/effects/color-average.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ return (
1818

1919
## Example
2020

21-
<Codesandbox id="ulsyy" />
21+
[![ColorAverage demo](https://pmndrs.github.io/examples/color-average/thumbnail.webp)](https://pmndrs.github.io/examples/color-average)
2222

2323
## Props
2424

docs/effects/depth-of-field.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ return (
2121

2222
## Example
2323

24-
<Codesandbox id="bu796" />
24+
[![DepthOfField demo](https://pmndrs.github.io/examples/depth-of-field/thumbnail.webp)](https://pmndrs.github.io/examples/depth-of-field)
2525

2626
## Props
2727

docs/effects/glitch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ return (
2323

2424
## Example
2525

26-
<Codesandbox id="bs1i1" />
26+
[![Glitch demo](https://pmndrs.github.io/examples/glitch/thumbnail.webp)](https://pmndrs.github.io/examples/glitch)
2727

2828
## Props
2929

docs/effects/hue-saturation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ return (
2020

2121
## Example
2222

23-
<Codesandbox id="m9min" />
23+
[![HueSaturation demo](https://pmndrs.github.io/examples/hue-saturation/thumbnail.webp)](https://pmndrs.github.io/examples/hue-saturation)
2424

2525
## Props
2626

docs/effects/noise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ return (
1919

2020
## Example
2121

22-
<Codesandbox id="8l8hi" />
22+
[![Noise demo](https://pmndrs.github.io/examples/noise/thumbnail.webp)](https://pmndrs.github.io/examples/noise)
2323

2424
## Props
2525

docs/effects/ramp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ return (
2525

2626
## Example
2727

28-
<Codesandbox id="zdpzei" />
28+
[![Ramp demo](https://pmndrs.github.io/examples/ramp/thumbnail.webp)](https://pmndrs.github.io/examples/ramp)
2929

3030
## Props
3131

docs/effects/selective-bloom.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ return (
3434
)
3535
```
3636

37+
## Example
38+
39+
[![SelectiveBloom demo](https://pmndrs.github.io/examples/selective-bloom/thumbnail.webp)](https://pmndrs.github.io/examples/selective-bloom)
40+
3741
## Props
3842

3943
| Name | Type | Default | Description |

0 commit comments

Comments
 (0)