You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,I am attempting to require the imaging module from the "photoshop" package in my UXP plugin with the follow code:
constimaging=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.
Thank you!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: