@adobe-uxp-types/photoshop
v0.1.7
Published

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