github microblink/web-sdks @microblink/blinkid@7.6.4

7 hours ago

Improvements

  • Fixed feedbackUiOptions being reassigned to an empty object and ignoring passed configuration
  • Worker proxy: Use createProxyWorker<BlinkIdWorkerProxy> from @microblink/core-common instead of local createProxyWorker. Optimize worker frame processing by auto-transferring ImageData buffers in the proxy worker layer, reducing per-frame copy overhead and GC pressure. After process(...), the original ImageData.data.buffer is intentionally detached.
  • core-common integration: Depend on and re-export shared utilities from @microblink/core-common instead of in-package implementations: createProxyWorker, getUserId, createCustomImageData, getCrossOriginWorkerURL, shouldUseLightweightBuild, and deviceInfo (including derived device info, navigator types, and related helpers). Removed local implementations and their tests; getUserId is now called with a storage key (getUserId(STORAGE_KEY)). Prepare-publish updated to exclude @microblink/core-common from published package.json. README and repository URLs updated (Developer Hub, microblink/web-sdks).

Don't miss a new web-sdks release

NewReleases is sending notifications on new releases.