We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ef328 commit b7810baCopy full SHA for b7810ba
src/index.ts
@@ -7,6 +7,8 @@ import Pixelation from './core/effects/Pixelation.vue'
7
import Vignette from './core/effects/Vignette.vue'
8
import Noise from './core/effects/Noise.vue'
9
10
+import { useEffect } from './core/composables/effect.ts'
11
+
12
export {
13
Bloom,
14
DepthOfField,
@@ -16,4 +18,5 @@ export {
16
18
Outline,
17
19
Pixelation,
20
Vignette,
21
+ useEffect,
22
}
0 commit comments