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:
@@ -244,6 +244,7 @@ export type playerConfig = {
|
||||
showDebug: boolean;
|
||||
blockClass: string;
|
||||
liveMode: boolean;
|
||||
insertStyleRules: string[];
|
||||
};
|
||||
|
||||
export type playerMetaData = {
|
||||
|
||||
Reference in New Issue
Block a user