Xuan Tang

Results 2 issues of Xuan Tang

If you do that then it works on Macos with arm, I'm too lazy to open a pull request for this

Tried to implement a simple background removal in vuejs: ```vue Upload Image import removeBackground from '@imgly/background-removal'; export default { name: "TextCanvas", methods: { uploadImage() { this.$refs.fileInput.click(); }, async handleFileChange(event) {...

bug
help wanted