@croct/plug
Version:
A fully-featured devkit for building natively personalized applications.
8 lines (6 loc) • 466 B
text/typescript
declare const CDN_URL = "https://cdn.croct.io/js/v1/lib/plug.js";
declare const PLAYGROUND_ORIGIN = "https://play.croct.com";
declare const PLAYGROUND_CONNECT_URL = "https://play.croct.com/connect.html";
declare const PREVIEW_WIDGET_ORIGIN = "https://cdn.croct.io";
declare 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 };