UNPKG

@microblink/photopay-in-browser-sdk

Version:

A simple payment barcode scanning library for WebAssembly-enabled browsers.

16 lines (13 loc) 310 B
/** * Copyright (c) Microblink Ltd. All rights reserved. * * The purpose of this file is to make sure that it's possible to load external * worker script file in the current environment. * * See comment in `WasmLoadUtils.ts` file for more information. */ function test() { // Do nothing } test();