close #51 add mouse tail feature
This commit is contained in:
@@ -382,6 +382,14 @@ export type playerConfig = {
|
||||
insertStyleRules: string[];
|
||||
triggerFocus: boolean;
|
||||
UNSAFE_replayCanvas: boolean;
|
||||
mouseTail:
|
||||
| boolean
|
||||
| {
|
||||
duration?: number;
|
||||
lineCap?: string;
|
||||
lineWidth?: number;
|
||||
strokeStyle?: string;
|
||||
};
|
||||
unpackFn?: UnpackFn;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user