{"id":13395383,"url":"https://github.com/rrweb-io/rrweb","last_synced_at":"2025-09-09T21:16:31.247Z","repository":{"id":37382184,"uuid":"151843254","full_name":"rrweb-io/rrweb","owner":"rrweb-io","description":"record and replay the web","archived":false,"fork":false,"pushed_at":"2025-03-07T12:54:49.000Z","size":10974,"stargazers_count":17964,"open_issues_count":337,"forks_count":1500,"subscribers_count":198,"default_branch":"master","last_synced_at":"2025-05-12T18:16:51.210Z","etag":null,"topics":["fullstory","hotjar","logrocket","recorder","session-replay"],"latest_commit_sha":null,"homepage":"https://www.rrweb.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rrweb-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Yuyz0112"],"patreon":null,"open_collective":"rrweb","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2018-10-06T13:35:55.000Z","updated_at":"2025-05-12T09:09:52.000Z","dependencies_parsed_at":"2024-01-18T00:29:38.631Z","dependency_job_id":"43c18a95-38c5-4d53-8d2f-32ec30d78e8f","html_url":"https://github.com/rrweb-io/rrweb","commit_stats":{"total_commits":1259,"total_committers":131,"mean_commits":9.610687022900763,"dds":0.4400317712470214,"last_synced_commit":"dc20cd45cc63058325784444af6bd32ed2cace48"},"previous_names":[],"tags_count":255,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrweb-io%2Frrweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrweb-io%2Frrweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrweb-io%2Frrweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrweb-io%2Frrweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rrweb-io","download_url":"https://codeload.github.com/rrweb-io/rrweb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253795162,"owners_count":21965488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fullstory","hotjar","logrocket","recorder","session-replay"],"created_at":"2024-07-30T17:01:55.593Z","updated_at":"2025-05-12T18:18:01.845Z","avatar_url":"https://github.com/rrweb-io.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"100px\" height=\"100px\" src=\"https://www.rrweb.io/favicon.png\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.rrweb.io/\" style=\"font-weight: bold\"\u003eTry rrweb\u003c/a\u003e\n\u003c/p\u003e\n\n# rrweb\n\n**[The rrweb documentary (in Chinese, with English subtitles)](https://www.bilibili.com/video/BV1wL4y1B7wN?share_source=copy_web)**\n\n[![Join the chat at slack](https://img.shields.io/badge/slack-@rrweb-teal.svg?logo=slack)](https://join.slack.com/t/rrweb/shared_invite/zt-siwoc6hx-uWay3s2wyG8t5GpZVb8rWg)\n[![Twitter Follow](https://img.shields.io/badge/twitter-@rrweb__io-teal.svg?logo=twitter)](https://twitter.com/rrweb_io)\n![total gzip size](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/rrweb@latest/dist/rrweb.min.cjs?compression=gzip\u0026label=total%20gzip%20size)\n![recorder gzip size](https://img.badgesize.io/https://cdn.jsdelivr.net/npm/rrweb@latest/dist/record/rrweb-record.min.cjs?compression=gzip\u0026label=recorder%20gzip%20size)\n[![](https://data.jsdelivr.com/v1/package/npm/rrweb/badge)](https://www.jsdelivr.com/package/npm/rrweb)\n\n[中文文档](./README.zh_CN.md)\n\n\u003e I have joined Github Sponsors and highly appreciate your sponsorship.\n\nrrweb refers to 'record and replay the web', which is a tool for recording and replaying users' interactions on the web.\n\n## Guide\n\n[**📚 Read the rrweb guide here. 📚**](./guide.md)\n\n[**🍳 Recipes 🍳**](./docs/recipes/index.md)\n\n[**📺 Presentation:** Hacking the browser to digital twin your users 📺](https://youtu.be/cWxpp9HwLYw)\n\n## Project Structure\n\nrrweb is mainly composed of 3 parts:\n\n- **[rrweb-snapshot](https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-snapshot/)**, including both snapshot and rebuilding features. The snapshot is used to convert the DOM and its state into a serializable data structure with a unique identifier; the rebuilding feature is to rebuild the snapshot into corresponding DOM.\n- **[rrweb](https://github.com/rrweb-io/rrweb)**, including two functions, record and replay. The record function is used to record all the mutations in the DOM; the replay is to replay the recorded mutations one by one according to the corresponding timestamp.\n- **[rrweb-player](https://github.com/rrweb-io/rrweb/tree/master/packages/rrweb-player/)**, is a player UI for rrweb, providing GUI-based functions like pause, fast-forward, drag and drop to play at any time.\n\n## Roadmap\n\n- storage engine: do deduplication on a large number of rrweb sessions\n- compact mutation data in common patterns\n- provide plugins via the new plugin API, including:\n  - XHR plugin\n  - fetch plugin\n  - GraphQL plugin\n  - ...\n\n## Internal Design\n\n- [serialization](./docs/serialization.md)\n- [incremental snapshot](./docs/observer.md)\n- [replay](./docs/replay.md)\n- [sandbox](./docs/sandbox.md)\n\n## Contribute Guide\n\nSince we want the record and replay sides to share a strongly typed data structure, rrweb is developed with typescript which provides stronger type support.\n\n[Typescript handbook](https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html)\n\n1. Fork this repository.\n2. Run `yarn install` in the root to install required dependencies for all sub-packages (note: `npm install` is _not_ recommended).\n3. Run `yarn build:all` to build all packages and get a stable base, then `yarn dev` in the root to get auto-building for all the sub-packages whenever you modify anything.\n4. Navigate to one of the sub-packages (in the `packages` folder) where you'd like to make a change.\n5. Patch the code and run `yarn test` to run the tests, make sure they pass before you commit anything. Add test cases in order to avoid future regression.\n6. If tests are failing, but the change in output is desirable, run `yarn test:update` and carefully commit the changes in test output.\n7. Push the code and create a pull request.\n\nProtip: You can run `yarn test` in the root folder to run all the tests.\n\nIn addition to adding integration tests and unit tests, rrweb also provides a REPL testing tool.\n\n[Using the REPL tool](./guide.md#REPL-tool)\n\n## Sponsors\n\n[Become a sponsor](https://opencollective.com/rrweb#sponsor) and get your logo on our README on Github with a link to your site.\n\n### Gold Sponsors 🥇\n\n\u003cdiv dir=\"auto\"\u003e\n\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/0/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/0/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/1/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/1/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/2/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/2/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/3/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/3/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/4/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/4/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/5/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/5/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/gold-sponsor/6/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/gold-sponsor/6/avatar.svg?requireActive=false\u0026avatarHeight=225\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n### Silver Sponsors 🥈\n\n\u003cdiv dir=\"auto\"\u003e\n\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/0/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/0/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/1/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/1/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/2/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/2/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/3/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/3/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/4/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/4/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/5/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/5/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/silver-sponsor/6/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/silver-sponsor/6/avatar.svg?requireActive=false\u0026avatarHeight=158\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n### Bronze Sponsors 🥉\n\n\u003cdiv dir=\"auto\"\u003e\n\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/0/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/0/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/1/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/1/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/2/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/2/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/3/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/3/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/4/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/4/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/5/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/5/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/6/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/6/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/7/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/7/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\u003ca href=\"https://opencollective.com/rrweb/tiers/sponsors/8/website?requireActive=false\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/sponsors/8/avatar.svg?requireActive=false\u0026avatarHeight=70\" alt=\"sponsor\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n### Backers\n\n\u003ca href=\"https://opencollective.com/rrweb#sponsor\" rel=\"nofollow\"\u003e\u003cimg src=\"https://opencollective.com/rrweb/tiers/backers.svg?avatarHeight=36\"\u003e\u003c/a\u003e\n\n## Core Team Members\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/Yuyz0112\"\u003e\n        \u003cimg\n          src=\"https://avatars.githubusercontent.com/u/13651389?s=100\"\n          width=\"100px;\"\n          alt=\"\"\n        /\u003e\n        \u003cbr /\u003e\u003csub\u003e\u003cb\u003eYuyz0112\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\u003cbr /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/YunFeng0817\"\u003e\n        \u003cimg\n          src=\"https://avatars.githubusercontent.com/u/27533910?s=100\"\n          width=\"100px;\"\n          alt=\"\"\n        /\u003e\n        \u003cbr /\u003e\u003csub\u003e\u003cb\u003eYun Feng\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\u003cbr /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/eoghanmurray\"\u003e\n        \u003cimg\n          src=\"https://avatars.githubusercontent.com/u/156780?s=100\"\n          width=\"100px;\"\n          alt=\"\"\n        /\u003e\n        \u003cbr /\u003e\u003csub\u003e\u003cb\u003eeoghanmurray\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\u003cbr /\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://github.com/juice10\"\u003e\n        \u003cimg\n          src=\"https://avatars.githubusercontent.com/u/4106?s=100\"\n          width=\"100px;\"\n          alt=\"\"\n        /\u003e\n        \u003cbr /\u003e\u003csub\u003e\u003cb\u003eJuice10\u003c/b\u003e\u003c/sub\u003e\n        \u003cbr /\u003e\u003csub\u003eopen for rrweb consulting\u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Who's using rrweb?\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"http://www.smartx.com/\" target=\"_blank\"\u003e\n        \u003cimg width=\"195px\" src=\"https://www.rrweb.io/logos/smartx.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://posthog.com?utm_source=rrweb\u0026utm_medium=sponsorship\u0026utm_campaign=open-source-sponsorship\" target=\"_blank\"\u003e\n        \u003cimg width=\"195px\" src=\"https://www.rrweb.io/logos/posthog.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://statcounter.com/session-replay/\" target=\"_blank\"\u003e\n        \u003cimg width=\"195px\" src=\"https://statcounter.com/images/logo-statcounter-arc-blue.svg\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://recordonce.com/\" target=\"_blank\"\u003e\n        \u003cimg width=\"195px\" alt=\"Smart screen recording for SaaS\" src=\"https://uploads-ssl.webflow.com/5f3d133183156245630d4446/5f3d1940abe8db8612c23521_Record-Once-logo-554x80px.svg\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n    \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://cux.io\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"The first ever UX automation tool\" width=\"195px\" src=\"https://cux.io/cux-logo.svg\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://remsupp.com\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"Remote Access \u0026 Co-Browsing\" width=\"195px\" src=\"https://remsupp.com/images/logo.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://highlight.io\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"The open source, fullstack Monitoring Platform.\" width=\"195px\" src=\"https://github.com/highlight/highlight/raw/main/highlight.io/public/images/logo.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://analyzee.io\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"Comprehensive data analytics platform that empowers businesses to gain valuable insights and make data-driven decisions.\" width=\"195px\" src=\"https://cdn.analyzee.io/assets/analyzee-logo.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://requestly.io\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"Intercept, Modify, Record \u0026 Replay HTTP Requests.\" width=\"195px\" src=\"https://github.com/requestly/requestly/assets/16779465/652552db-c867-44cb-9bb5-94a2026e04ca\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://gleap.io\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"In-app bug reporting \u0026 customer feedback platform.\" width=\"195px\" src=\"https://assets-global.website-files.com/6506f3f29c68b1724807619d/6506f56010237164c6306591_GleapLogo.svg\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://uxwizz.com\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"Self-hosted website analytics with heatmaps and session recordings.\" width=\"195px\" src=\"https://github.com/UXWizz/public-files/raw/main/assets/logo.png\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"https://www.howdygo.com\" target=\"_blank\"\u003e\n        \u003cimg style=\"padding: 8px\" alt=\"Interactive product demos for small marketing teams\" width=\"195px\" src=\"https://assets-global.website-files.com/650afb446f1dd5bd410f00cc/650b2cec6188ff54dd9b01e1_Logo.svg\"\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n","funding_links":["https://github.com/sponsors/Yuyz0112","https://opencollective.com/rrweb","https://opencollective.com/rrweb/tiers/gold-sponsor/0/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/1/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/2/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/3/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/4/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/5/website?requireActive=false","https://opencollective.com/rrweb/tiers/gold-sponsor/6/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/0/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/1/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/2/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/3/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/4/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/5/website?requireActive=false","https://opencollective.com/rrweb/tiers/silver-sponsor/6/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/0/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/1/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/2/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/3/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/4/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/5/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/6/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/7/website?requireActive=false","https://opencollective.com/rrweb/tiers/sponsors/8/website?requireActive=false"],"categories":["TypeScript","Repository","Tools","Dependencies","网络服务","General Tools","others","Packages","前端常用"],"sub_categories":["Testing","Usage","网络服务_其他","Multimedia"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrweb-io%2Frrweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frrweb-io%2Frrweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frrweb-io%2Frrweb/lists"}