Css parser (#107)
* add gzip size badges * update rrweb-snapshot which has a performance boost in CSS parsing
This commit is contained in:
@@ -7,7 +7,10 @@
|
|||||||
|
|
||||||
# rrweb
|
# rrweb
|
||||||
|
|
||||||
[](https://travis-ci.org/rrweb-io/rrweb) [](https://gitter.im/rrweb-io/rrweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://travis-ci.org/rrweb-io/rrweb)
|
||||||
|
[](https://gitter.im/rrweb-io/rrweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
[中文文档](./README.zh_CN.md)
|
[中文文档](./README.zh_CN.md)
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,10 @@
|
|||||||
|
|
||||||
# rrweb
|
# rrweb
|
||||||
|
|
||||||
[](https://travis-ci.org/rrweb-io/rrweb) [](https://gitter.im/rrweb-io/rrweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://travis-ci.org/rrweb-io/rrweb)
|
||||||
|
[](https://gitter.im/rrweb-io/rrweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
rrweb 是 'record and replay the web' 的简写,旨在利用现代浏览器所提供的强大 API 录制并回放任意 web 界面中的用户操作。
|
rrweb 是 'record and replay the web' 的简写,旨在利用现代浏览器所提供的强大 API 录制并回放任意 web 界面中的用户操作。
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/smoothscroll-polyfill": "^0.3.0",
|
"@types/smoothscroll-polyfill": "^0.3.0",
|
||||||
"mitt": "^1.1.3",
|
"mitt": "^1.1.3",
|
||||||
"rrweb-snapshot": "^0.7.12",
|
"rrweb-snapshot": "^0.7.13",
|
||||||
"smoothscroll-polyfill": "^0.4.3"
|
"smoothscroll-polyfill": "^0.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user