Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura authored Sep 17, 2024
1 parent 8dd0069 commit 7193e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2-to-v7/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
import {v2PlayerEmbed, V2PlayerThumbEmbed} from './embeds-converter';
import {buildV7Config} from './utils/flashvars-handler';


(window as any).kWidget = {
embed: v2PlayerEmbed,
thumbEmbed: V2PlayerThumbEmbed
};

(window as any).__buildV7Config = buildV7Config;

export {v2PlayerEmbed, V2PlayerThumbEmbed, buildV7Config};
export {v2PlayerEmbed, V2PlayerThumbEmbed, buildV7Config};

0 comments on commit 7193e0d

Please sign in to comment.