Implement captions/subtitles

This commit is contained in:
Chocobozzz 2018-07-12 19:02:00 +02:00
parent d4557fd3ec
commit 40e87e9ecc
83 changed files with 1867 additions and 298 deletions

View file

@ -25,6 +25,10 @@ export interface CustomConfig {
previews: {
size: number
}
captions: {
size: number
}
}
signup: {