@digitalshieldfe/hd-web-sdk
v1.0.1
Published
`@digitalshieldfe/hd-web-sdk` is a browser implementation of hardware-sdk that creates an iframe and communicates with transport through the iframe to avoid cross-domain issues.
Readme
@digitalshieldfe/hd-web-sdk
@digitalshieldfe/hd-web-sdk is a browser implementation of hardware-sdk that creates an iframe and communicates with transport through the iframe to avoid cross-domain issues.
Installation
Install library as npm module:
npm install @digitalshieldfe/hd-web-sdkor
yarn add @digitalshieldfe/hd-web-sdkInitialization
import { HardwareSDK } from '@digitalshieldfe/hd-web-sdk';
function init() {
HardwareSDK.init({
debug: false,
connectSrc: 'https://jssdk.ds.pro/'
});
}Docs
Documentation is available hardware-js-sdk
