@bubblydoo/uxp-devtools-common
v0.0.13
Published
[](https://www.npmjs.com/package/@bubblydoo/uxp-devtools-common)
Keywords
Readme
@bubblydoo/uxp-devtools-common
Shared connection utilities for talking to Photoshop's UXP runtime via Adobe DevTools + CDP.
Install
pnpm add @bubblydoo/uxp-devtools-commonUsage
import { setupDevtoolsConnection } from '@bubblydoo/uxp-devtools-common';
const connection = await setupDevtoolsConnection('/absolute/path/to/plugin');
console.log(connection.url); // ws://... CDP URLDetails
- Uses patched Adobe devtools packages (
@adobe-fixed-uxp/*) and wraps the Vulcan handshake needed to load/debug a plugin. - Returns a teardown function that unloads the plugin and terminates the native DevTools helper, which prevents hanging processes.
