Commit Graph

14 Commits

Author SHA1 Message Date
Yanzhen Yu
b25033e872 limit max scale to 1 2026-04-01 12:00:00 +08:00
Karl-Aksel Puulmann
b06005cf40 Update rrwebPlayer types (#46)
Without this change, the following fails to compile in typescript:

```js
new rrwebPlayer({
                target: document.body,
                props: {
                    width: 900,
                    events,
                    autoPlay: true,
                },
            })
```
2026-04-01 12:00:00 +08:00
Yanzhen Yu
6ffdf28ebe export speed as props 2026-04-01 12:00:00 +08:00
Yanzhen Yu
25432a1ef1 by pass all options to rrweb 2026-04-01 12:00:00 +08:00
Yanzhen Yu
3089b1ae8c expose trigger resize method 2026-04-01 12:00:00 +08:00
Yanzhen Yu
f0a6ee518b update rrweb version 2026-04-01 12:00:00 +08:00
Yanzhen Yu
4d393174d5 close #33 upgrade rrweb 2026-04-01 12:00:00 +08:00
DiaNiki
577c00962c Add UNSAFE_replayCanvas. (#36) 2026-04-01 12:00:00 +08:00
Yanzhen Yu
fa185e9a87 impl apis: play, pause, goto 2026-04-01 12:00:00 +08:00
Yanzhen Yu
eafa09c692 upgrade to rrweb 0.9.2 2026-04-01 12:00:00 +08:00
Yanzhen Yu
beac8ddd6b export more public APIs to customize UI 2026-04-01 12:00:00 +08:00
Yanzhen Yu
50e2555d1e expose APIs as public API 2026-04-01 12:00:00 +08:00
Yanzhen Yu
3e3e65845b fix types 2026-04-01 12:00:00 +08:00
Yanzhen Yu
3af515327b close #20 add types 2026-04-01 12:00:00 +08:00