Skip to content

Releases: samsam2310/zbar.wasm

2.1.3

12 Dec 23:26
Compare
Choose a tag to compare
  • Add deno support.
  • Node version is not updated since no change to node.

2.1.1

12 Dec 14:33
Compare
Choose a tag to compare
  • Fix zbar.js missing issue.

2.1.0

10 Dec 19:49
Compare
Choose a tag to compare
  • Upgrade to zbar 0.23.90.

2.0.3

06 Jun 18:12
3eba807
Compare
Choose a tag to compare

Reduce unused system call for WASM

  • Use C API to reduce size of build
  • Remove assertion and error message of ZBar

2.0.2

05 Jun 16:32
Compare
Choose a tag to compare

Fixed typo

2.0.1

05 Jun 15:17
Compare
Choose a tag to compare

Ignore unnecessary file for npm pack.

2.0.0 New Api Release

05 Jun 14:55
4f36af1
Compare
Choose a tag to compare

Export ImageScanner object so user can modify settings of ImageScanner.

  • Update emscripten to 1.39.8
  • Export zbar::ImageScanner and zbar::Image
  • Use file-loader instead of webpack-copy-plugin to load .wasm file
  • Refactor to Typescript
  • Reduce wasm binary size