Hello,I am attempting to require the imaging module from the "photoshop" package in my UXP plugin with the follow code:
const imaging = require("photoshop").imaging;
However, this is resulting in imaging being undefined.
PS version is 23.5.2
Any guidance on why this is happening or how I should be properly requiring the imaging module would be greatly appreciated. If additional information is needed, please let me know.
Hello,I am attempting to require the
imaging
module from the"photoshop"
package in my UXP plugin with the follow code:However, this is resulting in imaging being undefined.
PS version is 23.5.2
Any guidance on why this is happening or how I should be properly requiring the imaging module would be greatly appreciated. If additional information is needed, please let me know.
Thank you!