E-A-N / photoshopScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of automation driven photoshop and photopea scripts!

Photoshop API reference

Known Photopea limitations:

  • Photoshop constants and constructors that don't work:
    • UnitValue (need to write metrics like layer width and height)
    • TextType
  • Can't assign anonymous functions to variables
  • It's Javascript but not ES6+
  • Can't use undeclared variables (in JS they're undefined by default)
  • Can't do conditionals against undeclared variables

About


Languages

Language:JavaScript 100.0%