Photoshop DOM Event (Node.js Module)

Upload Photoshop Scripts, download Photoshop Scripts, Discussion and Support of Photoshop Scripts

Moderators: Tom, Kukurykus

User avatar
AntonioGomez
Posts: 8
Joined: Fri Jul 29, 2016 7:05 am
Location: San Jose, CA

Photoshop DOM Event (Node.js Module)

Post by AntonioGomez »

I spent some time coding a Node.js module focused on listening events on CC2014, CC2015 and CC2015.5 from a custom extension.

It was inspired by tips #7 and #18 from Davide Barranca's blog (http://www.davidebarranca.com).

Here's the repo: https://github.com/antonio-gomez/photoshop-dom-event

It was published on NPM as well:

Code: Select all

$ npm install photoshop-dom-event --save
Enjoy!