UNPKG

@web3auth/ws-embed

Version:

Embed script

24 lines (20 loc) 599 B
'use strict'; var baseControllers = require('@toruslabs/base-controllers'); const WS_EMBED_BUILD_ENV = { PRODUCTION: "production", STAGING: "staging", DEVELOPMENT: "development", TESTING: "testing" }; const BUTTON_POSITION = { BOTTOM_LEFT: "bottom-left", TOP_LEFT: "top-left", BOTTOM_RIGHT: "bottom-right", TOP_RIGHT: "top-right" }; Object.defineProperty(exports, "CONFIRMATION_STRATEGY", { enumerable: true, get: function () { return baseControllers.CONFIRMATION_STRATEGY; } }); exports.BUTTON_POSITION = BUTTON_POSITION; exports.WS_EMBED_BUILD_ENV = WS_EMBED_BUILD_ENV;