We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary when I load mask Image in canvas , image cannot resize ,but it can be move.
in vue3
const blobToUrl = URL.createObjectURL(blobToFile) console.log(blobToUrl, blobToFile) instance.value.loadImageFromURL(instance.value.toDataURL(), 'FilterImage').then(function () { instance.value.addImageObject(blobToUrl).then(function (objectProps) { URL.revokeObjectURL(blobToFile) console.log(objectProps) }) instance.value.loadMaskTailOpe() })
Version newest
so ,what happened . how can i fix
The text was updated successfully, but these errors were encountered:
@HeiYanjing hi. did you manage to solve the problem? I ran into it and I can't find a solution.
Sorry, something went wrong.
No branches or pull requests
Summary
when I load mask Image in canvas , image cannot resize ,but it can be move.
in vue3
Version
newest
so ,what happened . how can i fix
The text was updated successfully, but these errors were encountered: