A curated list of awesome ExtendScript resources
W.I.P.
This list should comply to these guidlines --> sindresorhus/awesome/create-list.md
-
node-photoshop by @SubtleGradient Used internally at Facebook since 2013 for some Design Tools, image asset pipeline, UI Animation pipeline, and generative video pipeline. Supports Photoshop and After Effects. No longer maintained.
-
PSFakeDOM2 by @SubtleGradient Utilities for dealing with Photoshop documents. e.g.
PSFakeDOM.getLayersArray()
returns an array of all layers in a few milliseconds instead of the few minutes it can take to walk to normal Photoshop DOM. -
photoshopjs-core by @AriaMinaei A jQuery-like interface for Photoshop ActionDescriptors.
- GitHub - jtnimoy/scripting-for-illustrator-tutorial: Scripting for Illustrator, a tutorial for Processing coders a great step by step guide to get you up an running with the Illustrator Scripting API
- Facebook Keyframes After Effects Scripts by @SubtleGradient Export an After Effects document to JSON and then convert that JSON to other kinds of JSON. Has some useful library code and utilities also.
-
basil.js: An attempt to port the spirit of the Processing visualization language to Adobe Indesign.
-
extendscript-library by Images3 Modules to support people who'd like write automation scripts for Adobe Creative Suite
-
Reversing JSXBIN File Type A extended article about the .jsxbin format and how to reverse engineering it
-
fakestk by nbqx: A CLI/CUI Adobe ExtendScript runner. It accepts a script file or stdin. (currently osx only)