JavaScript implementation of the unification algorithm
`@junify-app/packer` is a tool to compress rrweb events into a smaller size.
This package contains all the necessary code to replay recorded events. See the [guide](../../guide.md) for more info on rrweb.
This package contains the shared utility functions used across rrweb packages. See the [guide](../../guide.md) for more info on rrweb.
This package contains the shared types used across rrweb packages. See the [guide](../../guide.md) for more info on rrweb.
rrweb's replayer UI
rrweb's component to take a snapshot of DOM, aka DOM serializer
Use this plugin in combination with the [@junify-app/rrweb-plugin-sequential-id-replay](../rrweb-plugin-sequential-id-replay) plugin to record and replay events with a sequential id. See the [guide](../../../guide.md) for more info on rrweb.
Use this plugin in combination with the [@junify-app/rrweb-plugin-sequential-id-record](../rrweb-plugin-sequential-id-record) plugin to record and replay events with a sequential id. See the [guide](../../../guide.md) for more info on rrweb.
record and replay the web
Convenience package that includes a bundle of rrweb packages.
`rrdom` is a virtual dom library that is used by `rrweb` to replay DOM mutations. It is a standalone library that can be used to create a virtual dom tree and apply patches to the real dom. It's used in `rrweb` to optimize replay performance especially wh
This package contains all the record related code in rrweb. See the [guide](../../guide.md) for more info on rrweb.
Recursively unify and pattern match against a json object. Based on junify.
Please refer to the [console recipe](../../../docs/recipes/console.md) on how to use this plugin. See the [guide](../../../guide.md) for more info on rrweb.
Please refer to the [console recipe](../../../docs/recipes/console.md) on how to use this plugin. See the [guide](../../../guide.md) for more info on rrweb.
Plugin that live streams contents of canvas elements via webrtc
一个测试组件
Plugin that live streams contents of canvas elements via webrtc
transform rrweb session into video
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
`rrdom-nodejs` is a Node.js implementation of the [`rrdom`](../rrdom/) library. It allows you to replay and inspect recorded user interactions with `rrweb` in a Node.js environment.
library for javascript