New:Socket for Asana Is Now Available.Learn more
Get Started
s

stradum

npm

383

total weekly downloads

Packages

Current Co-maintainers

Former Co-maintainers

40 packages

@browser-replay/core

record and replay the web

@browser-replay/dom

Virtual DOM implementation for browser-replay

@browser-replay/dom-nodejs

Node.js DOM polyfill for server-side use of browser-replay

@browser-replay/packer

Event compression and packing for browser-replay

@browser-replay/player

React wrapper around @browser-replay/player-core.

@browser-replay/player-core

Framework-agnostic headless player built on @browser-replay/replay.

@browser-replay/plugin-canvas-webrtc-record

browser-replay plugin to record canvas via WebRTC

@browser-replay/plugin-canvas-webrtc-replay

browser-replay plugin to replay canvas via WebRTC

@browser-replay/plugin-console-record

browser-replay plugin to record console output

@browser-replay/plugin-console-replay

browser-replay plugin to replay console output

@browser-replay/plugin-sequential-id-record

browser-replay plugin for sequential node IDs during recording

@browser-replay/plugin-sequential-id-replay

browser-replay plugin for sequential node IDs during replay

@browser-replay/record

DOM recording module for browser-replay

@browser-replay/replay

DOM replay engine for browser-replay

@browser-replay/snapshot

browser-replay's component to take a snapshot of DOM, aka DOM serializer

@browser-replay/types

Shared TypeScript types for browser-replay

@browser-replay/utils

Shared utilities for browser-replay

@browser-replay/video

Transform browser-replay sessions into video

@dom-replay/core

record and replay the web

@dom-replay/dom

`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

@dom-replay/dom-nodejs

`@dom-replay/dom-nodejs` is a Node.js implementation of the [`@dom-replay/dom`](../dom/) library. It allows you to replay and inspect recorded interactions with `@dom-replay/core` in a Node.js environment.

@dom-replay/packer

`@dom-replay/packer` is a tool to compress rrweb events into a smaller size.

@dom-replay/player

React wrapper around @dom-replay/player-core.

@dom-replay/player-core

Framework-agnostic headless player built on @dom-replay/replay.

@dom-replay/player-svelte

dom-replay's replayer UI