Skip to content

Commit 41bb654

Browse files
committed
update: demo update
1 parent 22dd918 commit 41bb654

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/fastboard/test/main.ts

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,12 @@ createFastboard({
7070
fullWorkerUrl,
7171
subWorkerUrl,
7272
},
73-
strokeWidth: {
74-
min: 1,
75-
max: 32,
76-
},
73+
extras: {
74+
strokeWidth: {
75+
min: 1,
76+
max: 32,
77+
}
78+
}
7779
},
7880
enableAppInMainViewPlugin: true,
7981
}).then(app => {

0 commit comments

Comments
 (0)