1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Update seek buttons

This commit is contained in:
Daniel Neto 2023-06-30 14:36:10 -03:00
parent 2b7ac37bc3
commit f016de70f9
30 changed files with 1092 additions and 2 deletions

View file

@ -0,0 +1,12 @@
const generate = require('videojs-generate-karma-config');
module.exports = function(config) {
// see https://github.com/videojs/videojs-generate-karma-config
// for options
const options = {};
config = generate(config, options);
// any other custom stuff not supported by options here!
};