Skip to content

Commit

Permalink
Add info about support for Svelte 4 and 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Nov 5, 2024
1 parent e9a4c8c commit 197de0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/svader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

Create GPU-rendered Svelte components with WebGL and WebGPU fragment shaders.

Supports Svelte 4 and Svelte 5.

## What is a fragment shader?

In short, a _fragment shader_ can be written as a program that takes the coordinates of a pixel on the screen and returns the color that this pixel should have.
Expand Down
2 changes: 2 additions & 0 deletions packages/svader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"keywords": [
"svader",
"svelte",
"svelte4",
"svelte5",
"svelte-components",
"webgpu",
"webgl",
Expand Down

0 comments on commit 197de0c

Please sign in to comment.