diff --git a/README.md b/README.md index 98c66522..d61b9f71 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # rrweb-snapshot -Not ready yet +Snapshot the DOM into a stateful and serializable data structure. +Also provide the ability to rebuild the DOM via snapshot. + +## TODO + +- [ ] Replace any url in css rules into absolute path. +- [ ] Select a suitable build strategy. diff --git a/package.json b/package.json index a4d87dcf..73c0b112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrweb-snapshot", - "version": "0.1.0", + "version": "0.2.0", "description": "rrweb's component to take a snapshot of DOM, aka DOM serializer", "main": "index.js", "scripts": {