@croct/plug
Version:
A fully-featured devkit for building natively personalized applications.
13 lines (12 loc) • 435 B
JavaScript
const CDN_URL = "https://cdn.croct.io/js/v1/lib/plug.js";
const PLAYGROUND_ORIGIN = "https://play.croct.com";
const PLAYGROUND_CONNECT_URL = "https://play.croct.com/connect.html";
const PREVIEW_WIDGET_ORIGIN = "https://cdn.croct.io";
const PREVIEW_WIDGET_URL = "https://cdn.croct.io/js/v1/lib/plug/widget-0.17.3.html";
export {
CDN_URL,
PLAYGROUND_CONNECT_URL,
PLAYGROUND_ORIGIN,
PREVIEW_WIDGET_ORIGIN,
PREVIEW_WIDGET_URL
};