init repo

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
commit 483c03cebe
10 changed files with 266 additions and 0 deletions

17
src/App.html Normal file
View File

@@ -0,0 +1,17 @@
<h1>
rrweb player playground
</h1>
<Player />
<style>
</style>
<script>
import Player from './Player.html';
export default {
components: {
Player
}
}
</script>