@sketchscreens/viewer
v0.1.3
Published
A tiny local server that serves the SketchScreens renderer and a map.json, then opens the browser. Local-first: binds to localhost only.
Maintainers
Readme
@sketchscreens/viewer
The local viewer for SketchScreens: a thin localhost server that validates a map.json and serves the sketch-wireframe renderer with the map injected.
sketchscreens-view <path-to-map.json> [--port 4318] [--no-open] [--export-html [file]]- Binds to
127.0.0.1only — local-first, nothing about your code leaves your machine. --export-htmlemits ONE self-contained.html(renderer JS+CSS + map inlined) you can email or host anywhere.
Normally invoked through the sketchscreens CLI (sketchscreens open <map.json>).
Part of the SketchScreens monorepo.
