@@ -204,7 +204,7 @@ export default defineComponent({
// binarize: toBoolean(that.binarize),
// binarizeThreshold: that.binarizeThreshold,
components: that.components
- })
+ } as any)
.draw()
.then((dataUri) => {
this.imgUrl = dataUri