Type definitions for Adobe Photoshop UXP API. (photoshop module)
Based on previous art by Justin Walsh, Simon Henke and Justin Taylor.
tsconfig.json:
{
"compilerOptions": {
"types": ["@adobe-uxp-types/photoshop"]
}
}
import { app } from 'photoshop';
adobe: protocolNote: you will need to configure your bundler to strip the protocol.
{
"compilerOptions": {
"types": ["@adobe-uxp-types/photoshop/with-protocol"]
}
}
import { app } from 'adobe:photoshop';