These utilities are helper functions to get 3DS 2.0 integrated on to your webpage.
npm install adyenthreeds2-js-utilsjavascript
import collectBrowserInfo from "./browser";
import base64Url from "./base64url";
import createIframe from "./iframe";
import createForm from "./form";
import config from "./config.js";
`
#### Option B: Build the file, link to it and use ThreeDS2Utils on the global scope
Install the development dependencies:
`terminal
npm install
`
Build the file:
`terminal
npm run build
`
Embed it on your page:
`