Skip to content

Commit 831dd32

Browse files
committed
refactor(LFO): remove amplitude props
1 parent cba60ef commit 831dd32

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/components/visualization/LFO/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export const HEIGHT = 100
33

44
export const TYPE = 'sine'
55
export const FREQUENCY = 0.5
6-
export const AMPLITUDE = 0.5
76
export const DELAY = 0
87
export const SPEED = 10
98
export const MIN = -10

packages/components/visualization/LFO/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export interface LFOProps extends React.HTMLAttributes<HTMLDivElement> {
22
frequency?: number
3-
amplitude?: number
43
min?: number
54
max?: number
65
delay?: number

0 commit comments

Comments
 (0)