Skip to content

Commit

Permalink
Move custom effect guide to Tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 25, 2023
1 parent d1d89c5 commit 898bd60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/reference/effects/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sidebar_position: 1

Effects can be added to movies and layers to modify their output.

Check out [this tutorial](../../tutorials/custom-glsl-effect) to create a custom effect with GLSL.

:::caution

Only visual effects are currently supported.
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/tutorials/react-webcam-filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function App() {

## Adding an effect

Now, we'll [write our own effect](../reference/effects/custom).
Now, we'll [write our own effect](custom-glsl-effect).

Create a new file `src/effect.js`:

Expand Down

0 comments on commit 898bd60

Please sign in to comment.