Skip to content

Commit b7810ba

Browse files
AntoninRoussetAntoninRousset
andauthored
feat: export useEffect composable (#105)
Co-authored-by: AntoninRousset <antonin@i-r-s.ch>
1 parent 91ef328 commit b7810ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ import Pixelation from './core/effects/Pixelation.vue'
77
import Vignette from './core/effects/Vignette.vue'
88
import Noise from './core/effects/Noise.vue'
99

10+
import { useEffect } from './core/composables/effect.ts'
11+
1012
export {
1113
Bloom,
1214
DepthOfField,
@@ -16,4 +18,5 @@ export {
1618
Outline,
1719
Pixelation,
1820
Vignette,
21+
useEffect,
1922
}

0 commit comments

Comments
 (0)