posthog-rrweb

v0.9.15-beta
record and replay the web
rrweb

prepare

npm run prepack

prepack

npm run bundle

test

npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts

test:watch

PUPPETEER_HEADLESS=true npm run test -- --watch --watch-extensions js,ts

repl

npm run bundle:browser && cross-env TS_NODE_CACHE=false TS_NODE_FILES=true ts-node scripts/repl.ts

bundle:browser

cross-env BROWSER_ONLY=true rollup --config

bundle

rollup --config

typings

tsc -d --declarationDir typings
npm i posthog-rrweb

Metadata

Downloads

Maintainers