Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/config/muxvideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ export const key = 'muxvideo'
export const name = 'Mux'
export const url = 'https://mux.com'
export const srcPattern = '\\?player=muxvideo|stream\\.mux\\.com/(\\w+)\\.'
export const pkg = '@mux-elements/mux-video'
export const pkg = '@mux/mux-video'
export const jsUrl = '{{npmCdn}}/{{pkg}}@{{version}}/dist/index.js'
export const apiVar = 'MuxVideoElement'
export const version = '0.15.0'
export const version = '0.24.2'
export const html = '<mux-video{{videoAttrs}}></mux-video>'
export const scriptText = `{{callback}}({{node}});`