@dom-replay/replay
v0.0.1
Published
This package contains all the necessary code to replay recorded events. See the [guide](../../guide.md) for more info on rrweb.
Maintainers
Readme
@dom-replay/replay
This package contains all the necessary code to replay recorded events. See the guide for more info on rrweb.
Installation
npm install @dom-replay/replayUsage
import { Replayer } from '@dom-replay/replay';
const replayer = new Replayer(events, {
// options
});
replayer.play();Notes
Currently this package is really just a wrapper around the Replayer class in the main rrweb package.
All Replayer related code will get moved here in the future.
