diff --git a/package.json b/package.json index 1f072264..c398c1b3 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "typescript": "^3.9.7" }, "dependencies": { - "rrweb": "^0.9.0" + "rrweb": "^0.9.2" }, "scripts": { "build": "rollup -c", diff --git a/public/index.html b/public/index.html index 6cedf6c4..032a9068 100644 --- a/public/index.html +++ b/public/index.html @@ -23,7 +23,10 @@ skipInactive: true, showDebug: false, showWarning: false, - autoPlay: false, + autoPlay: true, + mouseTail: { + strokeStyle: 'yellow', + }, }, }); window.$c = component; diff --git a/src/Player.svelte b/src/Player.svelte index 9067c7e2..70bca1ed 100644 --- a/src/Player.svelte +++ b/src/Player.svelte @@ -1,7 +1,7 @@