update plugin docs

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 9890b8db7c
commit 80479d9b9e
7 changed files with 101 additions and 91 deletions

View File

@@ -2,6 +2,10 @@
The plugin API is designed to extend the function of rrweb without bump the size and complexity of rrweb's core part.
# Available plugins
- [console](./console.md)
## Interface
Same to with other functionality in rrweb, a plugin can implement record or replay or both features.