Skip to content

Commit

Permalink
feat: export useEffect composable (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: AntoninRousset <[email protected]>
  • Loading branch information
AntoninRousset and AntoninRousset authored Apr 4, 2024
1 parent 91ef328 commit b7810ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import Pixelation from './core/effects/Pixelation.vue'
import Vignette from './core/effects/Vignette.vue'
import Noise from './core/effects/Noise.vue'

import { useEffect } from './core/composables/effect.ts'

export {
Bloom,
DepthOfField,
Expand All @@ -16,4 +18,5 @@ export {
Outline,
Pixelation,
Vignette,
useEffect,
}

0 comments on commit b7810ba

Please sign in to comment.