lody-code-review-viewer
v0.81.1
Published
Self-contained single-file HTML viewer for Lody code reviews, fetched on demand by `lody review`.
Readme
lody-code-review-viewer
The self-contained, single-file HTML viewer for Lody code
reviews. It is the prebuilt renderer that lody review downloads on demand to turn
a .review.md / review snapshot into a shareable .review.html.
This package ships exactly one asset — standalone.html (all JS/CSS inlined) — so
it can be served from a CDN and opened over file:// with no server. The lody
CLI fetches the version it was built against (e.g. via
https://cdn.jsdelivr.net/npm/lody-code-review-viewer@<version>/standalone.html)
and verifies its sha256 before use.
You normally don't depend on this package directly; use the lody CLI:
npx lody review <file>.review.mdGenerated by the Lody monorepo; the viewer source lives in
@lody/code-review-helper.
