Skip to content

Commit

Permalink
Update REPL links to Svelte 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored Nov 5, 2024
1 parent c9214ac commit 04d316e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/svader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you're unsure about what to use, see the [WebGL vs. WebGPU](#webgl-vs-webgpu)

The following is a minimal example of a WebGL fragment shader component.

[**View in REPL**](https://svelte.dev/repl/3e4a38bca5ca49fa94e1106a841063d5?version=4.2.19)
[**View in REPL**](https://svelte.dev/repl/3e4a38bca5ca49fa94e1106a841063d5?version=5.1.10)

```svelte
<script>
Expand Down Expand Up @@ -160,7 +160,7 @@ To use these, the `value` property of the parameter object must be set to a stri

The following is a minimal example of a WebGPU fragment shader component.

[**View in REPL**](https://svelte.dev/repl/498446d091964bb199e6a88bce90feae?version=4.2.19)
[**View in REPL**](https://svelte.dev/repl/498446d091964bb199e6a88bce90feae?version=5.1.10)

```svelte
<script>
Expand Down

0 comments on commit 04d316e

Please sign in to comment.