stormcloud-video-player 0.7.40 → 0.7.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/stormcloud-vp.min.js +1 -1
- package/lib/index.cjs +24 -109
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.cts +1 -8
- package/lib/index.d.ts +1 -8
- package/lib/index.js +25 -102
- package/lib/index.js.map +1 -1
- package/lib/ui/OverlayRenderer.cjs +23 -20
- package/lib/ui/OverlayRenderer.cjs.map +1 -1
- package/lib/ui/StormcloudVideoPlayer.cjs +24 -101
- package/lib/ui/StormcloudVideoPlayer.cjs.map +1 -1
- package/lib/utils/overlays.cjs +1 -67
- package/lib/utils/overlays.cjs.map +1 -1
- package/lib/utils/overlays.d.cts +1 -8
- package/package.json +1 -1
package/lib/index.d.cts
CHANGED
|
@@ -4089,13 +4089,6 @@ declare function overlayAuthoringDimensions(overlay: SwirlOverlay, decodeWidth:
|
|
|
4089
4089
|
};
|
|
4090
4090
|
declare function swirlProjectHasNabDemoMixedWithOther(overlays: SwirlOverlay[]): boolean;
|
|
4091
4091
|
declare function inferSwirlOverlayCoordinateSpace(overlays: SwirlOverlay[], videoWidth: number, videoHeight: number): OverlayCoordinateSpace;
|
|
4092
|
-
declare function scrollerLooksLikeMarketsStock(o: SwirlOverlay): boolean;
|
|
4093
|
-
type DemoStockTickerOptions = {
|
|
4094
|
-
stackAboveNews?: boolean;
|
|
4095
|
-
coordinateWidth?: number;
|
|
4096
|
-
coordinateHeight?: number;
|
|
4097
|
-
};
|
|
4098
|
-
declare function createDemoStockTickerOverlay(projectId: number, opts?: DemoStockTickerOptions): SwirlOverlay;
|
|
4099
4092
|
declare function normalizeSwirlOverlay(raw: SwirlOverlay & Record<string, unknown>): SwirlOverlay;
|
|
4100
4093
|
declare function fetchProjectOverlays(projectId: number, apiBaseUrl?: string): Promise<SwirlOverlay[]>;
|
|
4101
4094
|
declare function resolveImageUrl(imageUrl: string, apiBaseUrl?: string): string;
|
|
@@ -4157,4 +4150,4 @@ interface AdStormAdLayer extends AdController {
|
|
|
4157
4150
|
}
|
|
4158
4151
|
declare function createAdStormPlayer(contentVideo: HTMLVideoElement, options: AdStormPlayerOptions): AdStormAdLayer;
|
|
4159
4152
|
|
|
4160
|
-
export { type AdBreak, type AdSchedule, type AdStormAdLayer, type AdStormLayerOptionsUpdate, type AdStormPlayerOptions, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type
|
|
4153
|
+
export { type AdBreak, type AdSchedule, type AdStormAdLayer, type AdStormLayerOptionsUpdate, type AdStormPlayerOptions, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type HeartbeatData, IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, type LateJoinPolicy, OVERLAY_API_BASE, type OnProgressProps, type OverlayCoordinateSpace, SUPPORTS_DASH, SUPPORTS_HLS, SWIRL_HD_AUTHORING_HEIGHT, SWIRL_HD_AUTHORING_WIDTH, StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, type StormcloudVideoPlayerConfig, type StormcloudVideoPlayerProps, type SwirlOverlay, type SwirlOverlayType, type SwirlScrollerConfig, type TrackingData, type VastBidResponse, canPlay, createAdStormPlayer, createStormcloudPlayer, StormcloudVideoPlayerComponent as default, detectBrowser, fetchProjectOverlays, getBrowserConfigOverrides, getBrowserID, getClientInfo, inferSwirlOverlayCoordinateSpace, initializePolyfills, isMediaStream, isOverlayActive, lazy, logBrowserInfo, merge, normalizeSwirlOverlay, omit, overlayAuthoringDimensions, parseQuery, players, randomString, resolveImageUrl, sendHeartbeat, sendInitialTracking, supportsFeature, supportsModernJS, supportsWebKitPresentationMode, swirlProjectHasNabDemoMixedWithOther, timeStringToSeconds };
|
package/lib/index.d.ts
CHANGED
|
@@ -4089,13 +4089,6 @@ declare function overlayAuthoringDimensions(overlay: SwirlOverlay, decodeWidth:
|
|
|
4089
4089
|
};
|
|
4090
4090
|
declare function swirlProjectHasNabDemoMixedWithOther(overlays: SwirlOverlay[]): boolean;
|
|
4091
4091
|
declare function inferSwirlOverlayCoordinateSpace(overlays: SwirlOverlay[], videoWidth: number, videoHeight: number): OverlayCoordinateSpace;
|
|
4092
|
-
declare function scrollerLooksLikeMarketsStock(o: SwirlOverlay): boolean;
|
|
4093
|
-
type DemoStockTickerOptions = {
|
|
4094
|
-
stackAboveNews?: boolean;
|
|
4095
|
-
coordinateWidth?: number;
|
|
4096
|
-
coordinateHeight?: number;
|
|
4097
|
-
};
|
|
4098
|
-
declare function createDemoStockTickerOverlay(projectId: number, opts?: DemoStockTickerOptions): SwirlOverlay;
|
|
4099
4092
|
declare function normalizeSwirlOverlay(raw: SwirlOverlay & Record<string, unknown>): SwirlOverlay;
|
|
4100
4093
|
declare function fetchProjectOverlays(projectId: number, apiBaseUrl?: string): Promise<SwirlOverlay[]>;
|
|
4101
4094
|
declare function resolveImageUrl(imageUrl: string, apiBaseUrl?: string): string;
|
|
@@ -4157,4 +4150,4 @@ interface AdStormAdLayer extends AdController {
|
|
|
4157
4150
|
}
|
|
4158
4151
|
declare function createAdStormPlayer(contentVideo: HTMLVideoElement, options: AdStormPlayerOptions): AdStormAdLayer;
|
|
4159
4152
|
|
|
4160
|
-
export { type AdBreak, type AdSchedule, type AdStormAdLayer, type AdStormLayerOptionsUpdate, type AdStormPlayerOptions, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type
|
|
4153
|
+
export { type AdBreak, type AdSchedule, type AdStormAdLayer, type AdStormLayerOptionsUpdate, type AdStormPlayerOptions, type BaseStormcloudPlayerProps, type BrowserInfo, type ClientInfo, type HeartbeatData, IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, type LateJoinPolicy, OVERLAY_API_BASE, type OnProgressProps, type OverlayCoordinateSpace, SUPPORTS_DASH, SUPPORTS_HLS, SWIRL_HD_AUTHORING_HEIGHT, SWIRL_HD_AUTHORING_WIDTH, StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, type StormcloudVideoPlayerConfig, type StormcloudVideoPlayerProps, type SwirlOverlay, type SwirlOverlayType, type SwirlScrollerConfig, type TrackingData, type VastBidResponse, canPlay, createAdStormPlayer, createStormcloudPlayer, StormcloudVideoPlayerComponent as default, detectBrowser, fetchProjectOverlays, getBrowserConfigOverrides, getBrowserID, getClientInfo, inferSwirlOverlayCoordinateSpace, initializePolyfills, isMediaStream, isOverlayActive, lazy, logBrowserInfo, merge, normalizeSwirlOverlay, omit, overlayAuthoringDimensions, parseQuery, players, randomString, resolveImageUrl, sendHeartbeat, sendInitialTracking, supportsFeature, supportsModernJS, supportsWebKitPresentationMode, swirlProjectHasNabDemoMixedWithOther, timeStringToSeconds };
|
package/lib/index.js
CHANGED
|
@@ -5722,8 +5722,7 @@ function overlayAuthoringDimensions(overlay, decodeWidth, decodeHeight) {
|
|
|
5722
5722
|
var EPS = 2;
|
|
5723
5723
|
var exceedsDecode = extR > decodeWidth + EPS || extB > decodeHeight + EPS;
|
|
5724
5724
|
var isNabDemo = overlay.name.startsWith(NAB_DEMO_NAME_PREFIX);
|
|
5725
|
-
|
|
5726
|
-
if (exceedsDecode && (isNabDemo || isSyntheticMarketsTicker)) {
|
|
5725
|
+
if (exceedsDecode && isNabDemo) {
|
|
5727
5726
|
return {
|
|
5728
5727
|
width: SWIRL_HD_AUTHORING_WIDTH,
|
|
5729
5728
|
height: SWIRL_HD_AUTHORING_HEIGHT
|
|
@@ -5821,63 +5820,6 @@ function inferSwirlOverlayCoordinateSpace(overlays, videoWidth, videoHeight) {
|
|
|
5821
5820
|
height: videoHeight
|
|
5822
5821
|
};
|
|
5823
5822
|
}
|
|
5824
|
-
function scrollerLooksLikeMarketsStock(o) {
|
|
5825
|
-
var _ref, _ref1, _ref2, _ref3;
|
|
5826
|
-
if (o.type !== "scroller") return false;
|
|
5827
|
-
var cfg = o.scroller_config;
|
|
5828
|
-
var blob = "".concat(o.name, " ").concat((_ref = cfg === null || cfg === void 0 ? void 0 : cfg.label) !== null && _ref !== void 0 ? _ref : "", " ").concat((_ref1 = cfg === null || cfg === void 0 ? void 0 : cfg.label_line2) !== null && _ref1 !== void 0 ? _ref1 : "", " ").concat((_ref2 = cfg === null || cfg === void 0 ? void 0 : cfg.custom_text) !== null && _ref2 !== void 0 ? _ref2 : "", " ").concat((_ref3 = cfg === null || cfg === void 0 ? void 0 : cfg.preset) !== null && _ref3 !== void 0 ? _ref3 : "");
|
|
5829
|
-
return /\b(MARKETS?|NYSE|NASDAQ|DJIA|\bS&P\b|STOCK|AAPL|TSLA|NVDA|EQUITIES)\b/i.test(blob);
|
|
5830
|
-
}
|
|
5831
|
-
function createDemoStockTickerOverlay(projectId, opts) {
|
|
5832
|
-
var stack = (opts === null || opts === void 0 ? void 0 : opts.stackAboveNews) === true;
|
|
5833
|
-
var cw = (opts === null || opts === void 0 ? void 0 : opts.coordinateWidth) && opts.coordinateWidth > 0 ? opts.coordinateWidth : SWIRL_HD_AUTHORING_WIDTH;
|
|
5834
|
-
var ch = (opts === null || opts === void 0 ? void 0 : opts.coordinateHeight) && opts.coordinateHeight > 0 ? opts.coordinateHeight : SWIRL_HD_AUTHORING_HEIGHT;
|
|
5835
|
-
var sx = cw / SWIRL_HD_AUTHORING_WIDTH;
|
|
5836
|
-
var sy = ch / SWIRL_HD_AUTHORING_HEIGHT;
|
|
5837
|
-
var x = 36 * sx;
|
|
5838
|
-
var y = (stack ? 788 : 992) * sy;
|
|
5839
|
-
var width = 1848 * sx;
|
|
5840
|
-
var height = (stack ? 72 : 78) * sy;
|
|
5841
|
-
var fontSize = Math.max(8, Math.round(14 * sy));
|
|
5842
|
-
var scrollSpeed = Math.max(8, Math.round(38 * sx));
|
|
5843
|
-
var borderRadius = Math.max(1, Math.round(6 * sy));
|
|
5844
|
-
return {
|
|
5845
|
-
id: -9001,
|
|
5846
|
-
project_id: projectId,
|
|
5847
|
-
name: "Demo stock ticker",
|
|
5848
|
-
type: "scroller",
|
|
5849
|
-
visible: true,
|
|
5850
|
-
x: x,
|
|
5851
|
-
y: y,
|
|
5852
|
-
width: width,
|
|
5853
|
-
height: height,
|
|
5854
|
-
opacity: 100,
|
|
5855
|
-
start_time: "00:00:00.000",
|
|
5856
|
-
duration: "24:00:00.000",
|
|
5857
|
-
z_index: stack ? 125 : 120,
|
|
5858
|
-
scroller_config: {
|
|
5859
|
-
use_custom_text: true,
|
|
5860
|
-
custom_text: "AAPL +1.24% \u2022 MSFT +0.42% \u2022 GOOGL \u22120.11% \u2022 TSLA +2.31% \u2022 NVDA +1.87% \u2022 AMZN +0.65% \u2022 META +0.38% \u2022 DJIA +0.52% \u2022 S&P 500 +0.33% \u2022 NDAQ +0.41%",
|
|
5861
|
-
direction: "left",
|
|
5862
|
-
scroll_speed: scrollSpeed,
|
|
5863
|
-
font_size: fontSize,
|
|
5864
|
-
font_weight: "600",
|
|
5865
|
-
text_color: "#e2e8f0",
|
|
5866
|
-
background_color: "#070b14",
|
|
5867
|
-
background_opacity: 94,
|
|
5868
|
-
border_radius: borderRadius,
|
|
5869
|
-
padding: Math.max(4, Math.round(8 * sy)),
|
|
5870
|
-
label: "MARKETS",
|
|
5871
|
-
label_line2: "LIVE",
|
|
5872
|
-
label_color: "#0e7490",
|
|
5873
|
-
label_text_color: "#ecfeff",
|
|
5874
|
-
accent_color: "#22d3ee",
|
|
5875
|
-
show_accent_line: true,
|
|
5876
|
-
separator_char: "\u2022",
|
|
5877
|
-
item_spacing: Math.max(32, Math.round(56 * sx))
|
|
5878
|
-
}
|
|
5879
|
-
};
|
|
5880
|
-
}
|
|
5881
5823
|
function normalizeScrollerConfig(raw) {
|
|
5882
5824
|
if (!raw || (typeof raw === "undefined" ? "undefined" : _type_of(raw)) !== "object") return void 0;
|
|
5883
5825
|
var r = raw;
|
|
@@ -6324,6 +6266,7 @@ function ScrollerOverlay(param) {
|
|
|
6324
6266
|
var labelTextColor = (_ref11 = cfg === null || cfg === void 0 ? void 0 : cfg.label_text_color) !== null && _ref11 !== void 0 ? _ref11 : "#ffffff";
|
|
6325
6267
|
var accentColor = (_ref12 = cfg === null || cfg === void 0 ? void 0 : cfg.accent_color) !== null && _ref12 !== void 0 ? _ref12 : labelColor;
|
|
6326
6268
|
var showAccentLine = (cfg === null || cfg === void 0 ? void 0 : cfg.show_accent_line) !== false;
|
|
6269
|
+
var isEquitiesStrip = (cfg === null || cfg === void 0 ? void 0 : cfg.preset) === "equities_strip";
|
|
6327
6270
|
var isHorizontal = direction === "left" || direction === "right";
|
|
6328
6271
|
var isReverse = direction === "right" || direction === "down";
|
|
6329
6272
|
var fullText = segments.join(" ".concat(sep, " "));
|
|
@@ -6354,7 +6297,7 @@ function ScrollerOverlay(param) {
|
|
|
6354
6297
|
children: [
|
|
6355
6298
|
showAccentLine && /* @__PURE__ */ jsx("div", {
|
|
6356
6299
|
style: {
|
|
6357
|
-
height: 3,
|
|
6300
|
+
height: isEquitiesStrip ? 2 : 3,
|
|
6358
6301
|
background: accentColor,
|
|
6359
6302
|
flexShrink: 0,
|
|
6360
6303
|
width: "100%"
|
|
@@ -6367,8 +6310,8 @@ function ScrollerOverlay(param) {
|
|
|
6367
6310
|
overflow: "hidden",
|
|
6368
6311
|
minHeight: 0,
|
|
6369
6312
|
alignItems: "center",
|
|
6370
|
-
padding: "".concat(Math.max(4, pad * 0.75), "px ").concat(pad, "px"),
|
|
6371
|
-
gap: Math.max(6, pad),
|
|
6313
|
+
padding: isEquitiesStrip ? "".concat(Math.max(2, pad * 0.5), "px ").concat(pad, "px") : "".concat(Math.max(4, pad * 0.75), "px ").concat(pad, "px"),
|
|
6314
|
+
gap: isEquitiesStrip ? Math.max(4, Math.round(pad * 0.75)) : Math.max(6, pad),
|
|
6372
6315
|
boxSizing: "border-box"
|
|
6373
6316
|
},
|
|
6374
6317
|
children: [
|
|
@@ -6376,30 +6319,33 @@ function ScrollerOverlay(param) {
|
|
|
6376
6319
|
style: {
|
|
6377
6320
|
background: labelColor,
|
|
6378
6321
|
color: labelTextColor,
|
|
6379
|
-
padding: "10px 14px",
|
|
6322
|
+
padding: isEquitiesStrip ? "6px 12px" : "10px 14px",
|
|
6380
6323
|
display: "flex",
|
|
6381
|
-
flexDirection: "column",
|
|
6324
|
+
flexDirection: isEquitiesStrip ? "row" : "column",
|
|
6382
6325
|
alignItems: "center",
|
|
6383
6326
|
justifyContent: "center",
|
|
6384
6327
|
flexShrink: 0,
|
|
6385
6328
|
textAlign: "center",
|
|
6386
|
-
gap: 2,
|
|
6387
|
-
borderRadius: Math.max(
|
|
6388
|
-
boxShadow: "0 2px 8px rgba(0,0,0,0.35)"
|
|
6329
|
+
gap: isEquitiesStrip ? 0 : 2,
|
|
6330
|
+
borderRadius: Math.max(2, borderRadius > 0 ? borderRadius : 6),
|
|
6331
|
+
boxShadow: isEquitiesStrip ? "inset 0 1px 0 rgba(255,255,255,0.08)" : "0 2px 8px rgba(0,0,0,0.35)",
|
|
6332
|
+
alignSelf: "stretch",
|
|
6333
|
+
maxWidth: isEquitiesStrip ? "min(200px, 28%)" : void 0
|
|
6389
6334
|
},
|
|
6390
6335
|
children: [
|
|
6391
6336
|
/* @__PURE__ */ jsx("span", {
|
|
6392
6337
|
style: {
|
|
6393
|
-
fontWeight: 800,
|
|
6394
|
-
fontSize: "0.78em",
|
|
6395
|
-
letterSpacing: "0.08em",
|
|
6396
|
-
lineHeight: 1.
|
|
6397
|
-
textTransform: "uppercase",
|
|
6398
|
-
whiteSpace: "nowrap"
|
|
6338
|
+
fontWeight: isEquitiesStrip ? 700 : 800,
|
|
6339
|
+
fontSize: isEquitiesStrip ? "0.82em" : "0.78em",
|
|
6340
|
+
letterSpacing: isEquitiesStrip ? "0.04em" : "0.08em",
|
|
6341
|
+
lineHeight: 1.2,
|
|
6342
|
+
textTransform: isEquitiesStrip ? "none" : "uppercase",
|
|
6343
|
+
whiteSpace: isEquitiesStrip ? "normal" : "nowrap",
|
|
6344
|
+
textAlign: isEquitiesStrip ? "left" : "center"
|
|
6399
6345
|
},
|
|
6400
6346
|
children: label
|
|
6401
6347
|
}),
|
|
6402
|
-
labelLine2 && /* @__PURE__ */ jsx("span", {
|
|
6348
|
+
labelLine2 && !isEquitiesStrip && /* @__PURE__ */ jsx("span", {
|
|
6403
6349
|
style: {
|
|
6404
6350
|
fontWeight: 600,
|
|
6405
6351
|
fontSize: "0.58em",
|
|
@@ -6414,13 +6360,13 @@ function ScrollerOverlay(param) {
|
|
|
6414
6360
|
}),
|
|
6415
6361
|
label && /* @__PURE__ */ jsx("div", {
|
|
6416
6362
|
style: {
|
|
6417
|
-
width: 2,
|
|
6363
|
+
width: isEquitiesStrip ? 1 : 2,
|
|
6418
6364
|
alignSelf: "stretch",
|
|
6419
|
-
minHeight: 24,
|
|
6365
|
+
minHeight: isEquitiesStrip ? 20 : 24,
|
|
6420
6366
|
background: accentColor,
|
|
6421
6367
|
flexShrink: 0,
|
|
6422
6368
|
borderRadius: 1,
|
|
6423
|
-
opacity: 0.
|
|
6369
|
+
opacity: 0.85
|
|
6424
6370
|
}
|
|
6425
6371
|
}),
|
|
6426
6372
|
/* @__PURE__ */ jsx("div", {
|
|
@@ -7894,30 +7840,7 @@ var StormcloudVideoPlayerComponent = React2.memo(function(props) {
|
|
|
7894
7840
|
swirlOverlayApiBaseUrl
|
|
7895
7841
|
]);
|
|
7896
7842
|
var _React2_useState17 = _sliced_to_array(React2.useState(null), 2), overlayCoordSpace = _React2_useState17[0], setOverlayCoordSpace = _React2_useState17[1];
|
|
7897
|
-
var displayOverlays =
|
|
7898
|
-
if (!swirlProjectId || !swirlShowcaseDemo) return overlays;
|
|
7899
|
-
if (overlays.some(scrollerLooksLikeMarketsStock)) return overlays;
|
|
7900
|
-
var hasOtherScroller = overlays.some(function(o) {
|
|
7901
|
-
return o.type === "scroller";
|
|
7902
|
-
});
|
|
7903
|
-
var cw = overlayCoordSpace === null || overlayCoordSpace === void 0 ? void 0 : overlayCoordSpace.width;
|
|
7904
|
-
var ch = overlayCoordSpace === null || overlayCoordSpace === void 0 ? void 0 : overlayCoordSpace.height;
|
|
7905
|
-
var tickerOpts = cw && cw > 0 && ch && ch > 0 ? {
|
|
7906
|
-
stackAboveNews: hasOtherScroller,
|
|
7907
|
-
coordinateWidth: cw,
|
|
7908
|
-
coordinateHeight: ch
|
|
7909
|
-
} : {
|
|
7910
|
-
stackAboveNews: hasOtherScroller
|
|
7911
|
-
};
|
|
7912
|
-
return _to_consumable_array(overlays).concat([
|
|
7913
|
-
createDemoStockTickerOverlay(swirlProjectId, tickerOpts)
|
|
7914
|
-
]);
|
|
7915
|
-
}, [
|
|
7916
|
-
overlays,
|
|
7917
|
-
swirlProjectId,
|
|
7918
|
-
swirlShowcaseDemo,
|
|
7919
|
-
overlayCoordSpace
|
|
7920
|
-
]);
|
|
7843
|
+
var displayOverlays = overlays;
|
|
7921
7844
|
var _React2_useState18 = _sliced_to_array(React2.useState(typeof window !== "undefined" ? window.innerWidth : 1920), 2), viewportWidth = _React2_useState18[0], setViewportWidth = _React2_useState18[1];
|
|
7922
7845
|
var _React2_useState19 = _sliced_to_array(React2.useState(typeof window !== "undefined" ? window.innerHeight > window.innerWidth : false), 2), isPortrait = _React2_useState19[0], setIsPortrait = _React2_useState19[1];
|
|
7923
7846
|
var _React2_useState20 = _sliced_to_array(React2.useState(DEFAULT_PLAYER_ASPECT_RATIO), 2), playerAspectRatio = _React2_useState20[0], setPlayerAspectRatio = _React2_useState20[1];
|
|
@@ -11300,5 +11223,5 @@ var createStormcloudPlayer = function createStormcloudPlayer(playerList, fallbac
|
|
|
11300
11223
|
};
|
|
11301
11224
|
var StormcloudPlayer = createStormcloudPlayer(players_default, players_default[players_default.length - 1]);
|
|
11302
11225
|
var StormcloudPlayer_default = StormcloudPlayer;
|
|
11303
|
-
export { IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, OVERLAY_API_BASE, SUPPORTS_DASH, SUPPORTS_HLS, SWIRL_HD_AUTHORING_HEIGHT, SWIRL_HD_AUTHORING_WIDTH, StormcloudPlayer_default as StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, canPlay, createAdStormPlayer,
|
|
11226
|
+
export { IS_BROWSER, IS_GLOBAL, IS_IOS, IS_SAFARI, OVERLAY_API_BASE, SUPPORTS_DASH, SUPPORTS_HLS, SWIRL_HD_AUTHORING_HEIGHT, SWIRL_HD_AUTHORING_WIDTH, StormcloudPlayer_default as StormcloudPlayer, StormcloudVideoPlayer, StormcloudVideoPlayerComponent, canPlay, createAdStormPlayer, createStormcloudPlayer, StormcloudVideoPlayerComponent as default, detectBrowser, fetchProjectOverlays, getBrowserConfigOverrides, getBrowserID, getClientInfo, inferSwirlOverlayCoordinateSpace, initializePolyfills, isMediaStream, isOverlayActive, lazy, logBrowserInfo, merge, normalizeSwirlOverlay, omit, overlayAuthoringDimensions, parseQuery, players_default as players, randomString, resolveImageUrl, sendHeartbeat, sendInitialTracking, supportsFeature, supportsModernJS, supportsWebKitPresentationMode, swirlProjectHasNabDemoMixedWithOther, timeStringToSeconds };
|
|
11304
11227
|
//# sourceMappingURL=index.js.map
|