Commit Graph

15 Commits

Author SHA1 Message Date
Justin Halsall
aee3c1605c allow goto to specify if it should play or pause 2021-02-19 12:50:22 +01:00
Yanzhen Yu
79a8198c03 limit max scale to 1 2020-11-15 14:42:23 +08:00
Karl-Aksel Puulmann
ea0ac76418 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,
                },
            })
```
2020-10-10 09:05:10 +08:00
Yanzhen Yu
459f8249b6 export speed as props 2020-10-01 15:24:57 +08:00
Yanzhen Yu
1277dbd1df by pass all options to rrweb 2020-10-01 14:17:46 +08:00
Yanzhen Yu
325ca4cc69 expose trigger resize method 2020-09-24 10:28:35 +08:00
Yanzhen Yu
4d45d16cb8 update rrweb version 2020-09-23 16:07:24 +08:00
Yanzhen Yu
22e6b67903 close #33 upgrade rrweb 2020-09-12 17:40:27 +08:00
DiaNiki
29ff1e9ced Add UNSAFE_replayCanvas. (#36) 2020-09-10 08:43:33 +08:00
Yanzhen Yu
5a1d8b30b0 impl apis: play, pause, goto 2020-09-08 15:09:06 +08:00
Yanzhen Yu
1f16bd750f upgrade to rrweb 0.9.2 2020-09-07 22:07:17 +08:00
Yanzhen Yu
74cb44c16b export more public APIs to customize UI 2020-08-22 00:39:29 +08:00
Yanzhen Yu
e905467852 expose APIs as public API 2020-08-20 23:18:55 +08:00
Yanzhen Yu
7525b3bb9f fix types 2020-08-09 15:59:45 +08:00
Yanzhen Yu
3b8ea6d465 close #20 add types 2020-08-09 15:54:56 +08:00