update plugin docs

This commit is contained in:
Yanzhen Yu
2022-01-16 15:54:10 +08:00
parent a307c5c5bb
commit fb8ea8e657
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.