Skip to content

Commit

Permalink
feat: export useEffect composable
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoninRousset committed Mar 27, 2024
1 parent 098fe1f commit 0d151dc
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 0d151dc

Please sign in to comment.