feat(window): add setEffects API (#392)

This commit is contained in:
Lucas Fernandes Nogueira
2023-06-18 03:21:27 -07:00
committed by GitHub
parent 2fc420ba37
commit c8c3191565
7 changed files with 349 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"window": "patch"
"window-js": "patch"
---
Added the `setEffects` and `clearEffects` API.