Results 128 comments of Fengyuan Chen

I have no device to check it, you can try the set the `checkOrientation` option to `false`, or try to set the [`image-orientation`](https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation) CSS style.

@Asterwen You can set the `strict` to `false` for your case.

What does "synchronize" mean exactly?

You can use `async/await` and `Promise` for that: ```js async function compress(image) { return new Promise((resolve, reject) => { new Compressor(image, { success: resolve, error: reject, }); } } async...

I'm not sure, maybe you can give it a try.

@VisionaryAppDev Sorry, I haven't used Nuxt.

After some tests, I found that it may be the problem of the last line in the **JsBarcode.js**: ```js module.exports = JsBarcode; ```

@SanichKotikov I had tried that, not work too.