mirror of
https://github.com/gosticks/dash-player.git
synced 2025-10-16 11:55:36 +00:00
28 lines
1.2 KiB
R
28 lines
1.2 KiB
R
.dashPlayer_js_metadata <- function() {
|
|
deps_metadata <- list(`dash_player` = structure(list(name = "dash_player",
|
|
version = "1.0.6", src = list(href = NULL,
|
|
file = "deps"), meta = NULL,
|
|
script = 'dash_player.min.js',
|
|
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
|
all_files = FALSE), class = "html_dependency"),
|
|
`dash_player` = structure(list(name = "dash_player",
|
|
version = "1.0.6", src = list(href = NULL,
|
|
file = "deps"), meta = NULL,
|
|
script = 'dash_player.min.js.map',
|
|
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
|
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
|
|
`dash_player` = structure(list(name = "dash_player",
|
|
version = "1.0.6", src = list(href = NULL,
|
|
file = "deps"), meta = NULL,
|
|
script = 'async-dashplayer.js',
|
|
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
|
all_files = FALSE, async = TRUE), class = "html_dependency"),
|
|
`dash_player` = structure(list(name = "dash_player",
|
|
version = "1.0.6", src = list(href = NULL,
|
|
file = "deps"), meta = NULL,
|
|
script = 'async-dashplayer.js.map',
|
|
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashPlayer",
|
|
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
|
|
return(deps_metadata)
|
|
}
|