🎉 Render wasm blur support

This commit is contained in:
Alejandro Alonso 2025-01-09 13:51:12 +01:00
parent d500058aa9
commit 7cc33b1a1a
8 changed files with 117 additions and 11 deletions

View file

@ -77,3 +77,12 @@ Bool operations (`bool-type`) are serialized as `u8`:
| 2 | Intersection |
| 3 | Exclusion |
| \_ | Union |
## BlurType
Blur types are serialized as `u8`:
| Value | Field |
| ----- | ------------ |
| 1 | Layer |
| \_ | None |