export more props of replayer to the UI

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent f75748674f
commit eb56afa59f
5 changed files with 68 additions and 16 deletions

View File

@@ -2,7 +2,8 @@
"name": "rrweb",
"version": "0.3.0",
"description": "record and replay the web",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/module.js",
"scripts": {
"test": "TS_NODE_CACHE=false TS_NODE_FILES=true mocha -r ts-node/register test/**/*.ts",
"bundle": "rollup --config"
@@ -38,6 +39,7 @@
"typescript": "^3.1.1"
},
"dependencies": {
"rrweb-snapshot": "file:../snapshot"
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.4.2"
}
}