@browser-replay/replay
v0.0.2
Published
DOM replay engine for browser-replay
Maintainers
Readme
@browser-replay/replay
This package contains all the necessary code to replay recorded events. See the guide for more info on rrweb.
Installation
npm install @browser-replay/replayUsage
import { Replayer } from '@browser-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.
