@browser-replay/record
v0.0.2
Published
DOM recording module for browser-replay
Maintainers
Readme
@browser-replay/record
This package contains all the record related code in rrweb. See the guide for more info on rrweb.
Installation
npm install @browser-replay/recordUsage
import { record } from '@browser-replay/record';
record({
emit(event) {
// send event to server
},
});Notes
Currently this package is really just a wrapper around the record function in the main rrweb package.
All record related code will get moved here in the future.
