We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28ba66 commit ee87d4bCopy full SHA for ee87d4b
src/types.ts
@@ -16,7 +16,7 @@ export type ComposableOptions = {
16
playbackRate?: MaybeRef<number>
17
interrupt?: boolean
18
soundEnabled?: boolean
19
- autoplay?:boolean
+ autoplay?: boolean
20
sprite?: SpriteMap
21
onload?: () => void
22
} & Omit<HowlOptions, 'src'>
0 commit comments