browsy-0.1.1 is not a library.
browsy
CLI for the browsy zero-render browser engine. Fetch and parse web pages into a Spatial DOM, run a REST API server, or pipe local HTML.
Install
Usage
# Fetch and parse a live page
# JSON output
# Mobile viewport
# Parse local HTML from stdin
|
# Start the REST API + A2A server
What you get
$ browsy fetch https://github.com/login
page_type: Login
suggested_actions:
Login { username: 19, password: 21, submit: 34 }
[19:input "Username or email address" @top-C]
[21:input "Password" @mid-C]
[34:button "Sign in" @mid-C]
// 203ms. No Chromium. No LLM needed.
Documentation
License
MIT