Skip to content

Commit

Permalink
fix(useDrauu): spread options for brush (#3463)
Browse files Browse the repository at this point in the history
  • Loading branch information
17359898647 committed Oct 7, 2023
1 parent 5d94871 commit 87ea324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/integrations/useDrauu/index.ts
Expand Up @@ -61,6 +61,7 @@ export function useDrauu(
dasharray: undefined,
fill: 'transparent',
mode: 'draw',
...options?.brush,
})

watch(brush, () => {
Expand Down

0 comments on commit 87ea324

Please sign in to comment.