@paintless/client-core
v0.1.0
Published
Framework-agnostic element picker, context capture and request panel for Paintless
Maintainers
Readme
@paintless/client-core
The capture flow: element picker, inspect panel, context capture and transport. Every shell mounts this.
import { runDevFlow, activatePicker, captureElementContext } from '@paintless/client-core'
await runDevFlow({ host: 'ws://localhost:7327' })Realm-bound: the picker, panel, highlight and toast use the ambient document,
so mount it in the realm you want to inspect. Use @paintless/widget or a
framework binding unless you are building your own shell.
Part of Paintless — click an element in a running app, describe the change, let an agent make it. Docs: https://kyechan99.github.io/paintless/
MIT © kyechan99
