new feature: add custom style in replayer (#87)

* new feature: add custom style in replayer

* concat style rules for loop
This commit is contained in:
肉肉肉肉
2019-07-10 12:33:54 +08:00
committed by yz-yu
parent a255387230
commit b569b84794
4 changed files with 8 additions and 4 deletions

1
typings/types.d.ts vendored
View File

@@ -195,6 +195,7 @@ export declare type playerConfig = {
showDebug: boolean;
blockClass: string;
liveMode: boolean;
insertStyleRules: string[];
};
export declare type playerMetaData = {
totalTime: number;