Packages 69
A node build configuration to develop extendScripts with es2015 javascript code
published 1.2.6 3 years agoa tool for bundling Adobe ExtendScripts that use the `#include 'path/to/file'` statement
published 0.4.0 5 years agoLearning to use the twitter REST and Streaming API
published 1.3.0 7 years agoa collection of useful es5-shims for Extendscript
published 0.3.1 3 years agoEslint preset for developing React apps
published 1.0.4 5 years agoA cycle.js driver based on the html5 audio element for playing sounds
published 1.0.1 6 years agoa collection of useful es6-shims for Extendscript
published 0.2.0 4 years agoThe `every()` method tests whether all elements in the array pass the test implemented by the provided function.
published 2.0.0 5 years agoThe `from()` method creates a new Array instance from an array-like or iterable object.
published 2.0.0 5 years agoThe trim() method removes whitespace from both ends of a string.
published 3.0.0 5 years agoThe `Object.keys()` method returns an array of a given object's own enumerable properties.
published 2.0.0 5 years agoThe `create()` method creates a new object with the specified prototype.
published 2.0.0 5 years agoThe `assign()` method is used to copy values of all enumerable own properties from one or more source objects to a target object. It will return the target object.
published 2.0.0 5 years agoThe `Number.isFinite()` method determines whether the passed value is a finite number.
published 2.0.0 5 years agoAdds the light-weight, language independent, data interchange format `JSON` to ExtendScript.
published 2.0.0 5 years agoThe `Array.some()` method tests whether at least one element in the array passes the test implemented by the provided function.
published 2.0.0 5 years agoThe `reduceRight()` method applies a function against an accumulator and each value of the array (from right-to-left) to reduce it to a single value.
published 2.0.0 5 years agoThe `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.
published 2.0.0 5 years agoThe Array.map() method creates a new array with the results of calling a provided function on every element in the calling array.
published 2.0.0 5 years agoThe `lastIndexOf()` method returns the last index at which a given element can be found in the array, or -1 if it is not present. The array is searched backwards, starting at fromIndex.
published 2.0.0 5 years ago