A collection of `Object` polyfills for Exendscript.
The `every()` method tests whether all elements in the array pass the test implemented by the provided function.
The `forEach()` method executes a provided function once for each array element.
The `create()` method creates a new object with the specified prototype.
The `from()` method creates a new Array instance from an array-like or iterable object.
Typescript declarations for photoshop
The `Array.reduce()` method applies a function against an accumulator and each element in the array (from left to right) to reduce it to a single value.
some prototypes i like
The `Object.freeze()` method freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being
The Object.isSealed() method determines if an object is sealed.
A node build configuration to develop extendScripts with es2015 javascript code
Jaw is a data controller that wraps JSON objects with JSON-schema. It provides an easy to use, chaining API for managing JSON instances in ExtendScript.
MCP server for controlling Adobe Premiere Pro via CEP/ExtendScript — 269 tools for AI-driven video editing
Playwright transport for autopea
The trim() method removes whitespace from both ends of a string.
Some utils for transforming InDesign bounds arrays.
The `bind()` method creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function is called.
extendScript插件
A port of Jasmine.js that is compatible with Adobe ExtendScript
The Object.isFrozen() determines if an object is frozen.
An interface for CEP panels to run Adobe ExtendScript evals and files with agruments as promises with UMD wrapper for cross-compatability with AMD and node.js require.
Adobe ExtendScript compatible JSON library
The Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
Adds `instantiate()` to JSON. A simple tool for instantiating JSON Schemas.