You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:warning: zbar-wasm version 0.10 contains breaking changes with respect to version 0.9, please refer to section [Bundling/deploying zbar-wasm](#bundlingdeploying-zbar-wasm).
26
+
:warning: zbar-wasm versions 0.10 and above contain breaking changes with respect to version 0.9, please refer to section [Bundling/deploying zbar-wasm](#bundlingdeploying-zbar-wasm).
27
27
28
28
29
29
## Examples based on zbar-wasm
@@ -54,7 +54,7 @@ An example that scans a static image file:
@@ -179,8 +178,8 @@ appropriate module by default in most cases. However, `zbar.wasm` as inline data
179
178
[export condition](https://nodejs.org/docs/latest-v16.x/api/packages.html#conditional-exports) in the bundler configuration, typically `'zbar-inlined'`.
180
179
Please refer to the `exports` section of `package.json` for details.
181
180
182
-
[Building zbar-wasm](#building-zbar-wasm-from-source) runs bundling tests with [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/) and
183
-
[esbuild](https://esbuild.github.io/) and also tests the resulting bundles. The bundler configuration files
181
+
[Building zbar-wasm](#building-zbar-wasm-from-source) includes testing the bundling process with [Webpack](https://webpack.js.org/), [Rollup](https://rollupjs.org/) and
182
+
[esbuild](https://esbuild.github.io/) and also testing the resulting bundles. The bundler configuration files
0 commit comments