From 3e42c4b226968a52b5e430a7d6701d3d38ad6b80 Mon Sep 17 00:00:00 2001 From: Rogier Trimpe Date: Tue, 21 Jul 2026 15:15:41 +0300 Subject: [PATCH] Add rrweb Co-Authored-By: Claude Fable 5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 302182ac..85a4886a 100644 --- a/README.md +++ b/README.md @@ -1093,6 +1093,7 @@ https://listjs.com * [Peg.js](https://github.com/pegjs/pegjs) - A simple parser generator for JavaScript that produces fast parsers with excellent error reporting. Usable from your browser, from the command line, or via JavaScript API. * [lune](https://github.com/ryanseys/lune) - Library to calculate the phases of the moon accurately. * [jsemu](https://github.com/fcambus/jsemu) - A list of emulators written in the JavaScript programming language. +* [rrweb](https://github.com/rrweb-io/rrweb) - Records the DOM and user interactions as a typed JSON event stream and replays them pixel-perfect. # Worth Reading