Skip to content

Commit 31e03e3

Browse files
committed
Update docs
1 parent 75c902e commit 31e03e3

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

docs/custom-params.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,24 @@ common tab:
2525

2626
:-1: Gifs are not animated
2727

28-
29-
## How to use
30-
3128
![](../screenshots/params1.png)
3229
![](../screenshots/params2.png)
30+
31+
## Canvas
32+
33+
### Size
34+
35+
```
36+
/* shadertoy-plugin parameters
37+
{
38+
"canvas": {
39+
"width": 800,
40+
"height": 800
41+
}
42+
}
43+
*/
44+
```
45+
46+
47+
48+

0 commit comments

Comments
 (0)