Skip to content

Instantly share code, notes, and snippets.

@kanik155
kanik155 / bridgeTalk_sample.jsx
Created August 16, 2019 05:37
BridgeTalkウィンドウ
(function () {
var bt = new BridgeTalk();
bt.target = "photoshop";
bt.body = WinObject.toString() + "\nnew WinObject();"
bt.send();
function WinObject() {
var window = new Window("palette", "title", undefined, {
closeButton: true
});