css-view emits a JSON snapshot of computed Cascading Style Sheets (CSS) data.
It can ask agent-browser to own the browser session, attach directly to an
existing Chromium DevTools Protocol (CDP) endpoint, or launch a local
Playwright browser. Two capture modes are available:
cdpcontacts the Chromium DevTools Protocol (CDP) to retrieve DOM snapshots with explicitly whitelisted properties.walkerruns an in-page script that diffsgetComputedStyleoutput against inherited values and user agent defaults.
See docs/css-view.md for the architectural background and option reference.