Shinnosuke Kai
Shinnosuke Kai
@sonbuiGFD Thank you!! I was just facing same error. Finally, I could't use `babel-plugin-module-resolver`, and I solve in @sonbuiGFD 's solution add `package.json` in `src/`. Actually, I'm using `react-native-web`. When...
Me either. In `src/Scanner.vue`, when I rewrite ``` constraints: { width: { min: this.readerSize.width }, height: { min: this.readerSize.height }, facingMode: 'environment', aspectRatio: { min: 1, max: 2 }, }...
I found that quagga.js doesn't work when video tag's size is small. For example, it doesn't work. ``` constraints: { width: 300, height: 200 } ``` I'd like to use...