Skip to content

Commit 727ef99

Browse files
fix somes issues and lint issues (#173)
Co-authored-by: Alvaro Saburido <alvaro.saburido@gmail.com>
1 parent 29927aa commit 727ef99

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/core/pmndrs/ColorAveragePmndrs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup>
22
import type { BlendFunction } from 'postprocessing'
33
import { ColorAverageEffect } from 'postprocessing'
4-
import { makePropWatcher, makePropWatchers } from '../../util/prop'
4+
import { makePropWatcher } from '../../util/prop'
55
import { useEffectPmndrs } from './composables/useEffectPmndrs'
66
import { watch } from 'vue'
77

src/core/pmndrs/DepthPickingPassPmndrs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script lang="ts" setup>
22
import type { DepthPackingStrategies } from 'three'
33
import { DepthPickingPass } from 'postprocessing'
4-
import { inject, nextTick, onUnmounted } from 'vue'
4+
import { inject, nextTick, onUnmounted, watchEffect } from 'vue'
55
import { effectComposerInjectionKey } from './EffectComposerPmndrs.vue'
66
77
export interface DepthPickingPassPmndrsProps {

src/core/pmndrs/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export {
3535
VignettePmndrs,
3636
BarrelBlurPmndrs,
3737
HueSaturationPmndrs,
38-
ScanlinePmndrs,
3938
ToneMappingPmndrs,
4039
ChromaticAberrationPmndrs,
40+
ScanlinePmndrs,
4141
KuwaharaPmndrs,
4242
ColorAveragePmndrs,
4343
LensDistortionPmndrs,
@@ -46,7 +46,6 @@ export {
4646
TiltShiftPmndrs,
4747
DotScreenPmndrs,
4848
SepiaPmndrs,
49-
5049
BloomPmndrsProps,
5150
DepthOfFieldPmndrsProps,
5251
EffectComposerPmndrsProps,

0 commit comments

Comments
 (0)