Add UNSAFE_replayCanvas. (#36)

This commit is contained in:
DiaNiki
2026-04-01 12:00:00 +08:00
committed by GitHub
parent fa185e9a87
commit 577c00962c
2 changed files with 3 additions and 0 deletions

1
typings/index.d.ts vendored
View File

@@ -16,6 +16,7 @@ export default class rrwebPlayer {
showDebug?: boolean;
tags?: Record<string, string>;
mouseTail?: playerConfig['mouseTail'];
UNSAFE_replayCanvas?: boolean;
};
});