Files
owncast/build/javascript/node_modules/videojs-font/icons.json
dependabot[bot] dab7914eab Bump @justinribeiro/lite-youtube from 0.9.0 to 0.9.1 in /build/javascript (#273)
* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript (#265)

* Trying a new github workflow to install javascript packages

* Bump tailwindcss from 1.9.2 to 1.9.4 in /build/javascript (#266)

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 1.9.2 to 1.9.4.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v1.9.2...v1.9.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Commit updated Javascript packages

* Bump preact from 10.5.4 to 10.5.5 in /build/javascript

Bumps [preact](https://github.com/preactjs/preact) from 10.5.4 to 10.5.5.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](https://github.com/preactjs/preact/compare/10.5.4...10.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Owncast <owncast@owncast.online>

* Bump @justinribeiro/lite-youtube in /build/javascript

Bumps [@justinribeiro/lite-youtube](https://github.com/justinribeiro/lite-youtube) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/justinribeiro/lite-youtube/releases)
- [Commits](https://github.com/justinribeiro/lite-youtube/commits)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2020-10-20 15:15:56 -07:00

116 lines
3.2 KiB
JSON

{
"font-name": "VideoJS",
"root-dir": "./node_modules/material-design-icons/",
"icons": [{
"name": "play",
"svg": "av/svg/production/ic_play_arrow_48px.svg"
}, {
"name": "play-circle",
"svg": "av/svg/production/ic_play_circle_outline_48px.svg"
}, {
"name": "pause",
"svg": "av/svg/production/ic_pause_48px.svg"
}, {
"name": "volume-mute",
"svg": "av/svg/production/ic_volume_off_48px.svg"
}, {
"name": "volume-low",
"svg": "av/svg/production/ic_volume_mute_48px.svg"
}, {
"name": "volume-mid",
"svg": "av/svg/production/ic_volume_down_48px.svg"
}, {
"name": "volume-high",
"svg": "av/svg/production/ic_volume_up_48px.svg"
}, {
"name": "fullscreen-enter",
"svg": "navigation/svg/production/ic_fullscreen_48px.svg"
}, {
"name": "fullscreen-exit",
"svg": "navigation/svg/production/ic_fullscreen_exit_48px.svg"
}, {
"name": "square",
"svg": "image/svg/production/ic_crop_square_48px.svg"
}, {
"name": "spinner",
"svg": "image/svg/production/ic_camera_48px.svg"
}, {
"name": "subtitles",
"svg": "av/svg/production/ic_subtitles_48px.svg"
}, {
"name": "captions",
"svg": "av/svg/production/ic_closed_caption_48px.svg"
}, {
"name": "chapters",
"svg": "action/svg/production/ic_list_48px.svg"
}, {
"name": "share",
"svg": "social/svg/production/ic_share_48px.svg"
}, {
"name": "cog",
"svg": "action/svg/production/ic_settings_48px.svg"
}, {
"name": "circle",
"svg": "image/svg/production/ic_brightness_1_48px.svg"
}, {
"name": "circle-outline",
"svg": "image/svg/production/ic_panorama_fish_eye_48px.svg"
}, {
"name": "circle-inner-circle",
"svg": "image/svg/production/ic_adjust_48px.svg"
}, {
"name": "hd",
"svg": "av/svg/production/ic_hd_24px.svg"
}, {
"name": "cancel",
"svg": "navigation/svg/production/ic_cancel_48px.svg"
}, {
"name": "replay",
"svg": "av/svg/production/ic_replay_48px.svg"
}, {
"name": "facebook",
"svg": "facebook.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "gplus",
"svg": "gplus.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "linkedin",
"svg": "linkedin.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "twitter",
"svg": "twitter.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "tumblr",
"svg": "tumblr.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "pinterest",
"svg": "pinterest.svg",
"root-dir": "./custom-icons/fontawesome/"
}, {
"name": "audio-description",
"svg": "audio-description.svg",
"root-dir": "./custom-icons/"
}, {
"name": "audio",
"svg": "hardware/svg/production/ic_headset_48px.svg"
}, {
"name": "next-item",
"svg": "av/svg/production/ic_skip_next_48px.svg"
}, {
"name": "previous-item",
"svg": "av/svg/production/ic_skip_previous_48px.svg"
}, {
"name": "picture-in-picture-enter",
"svg": "action/svg/production/ic_picture_in_picture_alt_48px.svg"
}, {
"name": "picture-in-picture-exit",
"svg": "picture-in-picture-exit.svg",
"root-dir": "./custom-icons/"
}]
}