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