Skip to content

ExtendScript/CSInterface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b8fb73a · May 8, 2024

History

67 Commits
May 8, 2024
Oct 8, 2021
Oct 30, 2019
Nov 8, 2019
May 8, 2024
May 2, 2024
Oct 30, 2019
May 8, 2024
May 8, 2024
May 8, 2024
May 6, 2024
May 8, 2024
May 2, 2024

Repository files navigation

Implementation of Adobe extensions CSInterface library, in Typescript and with Promise support

Full TypeScript CSInterface (v8, v9, v10 & v11)

The implementation is (hopefully) identical to the original one from CSInterface written in JavaScript.

Related pages, and additional resource where you can find more information about Adobe HTML extensions.

Adobe CEP Resources

The original source can be found at GitHub in the respective subdirectory CEP_X.x/

Usage

With NPM

Just install NPM package using npm CLI:

npm i @extendscript/csinterface --save

Build from source

Clone the repository with the following command:

git clone https://github.com/ExtendScript/CSInterface.git

Install the dependencies:

npm i --save-dev

Build the library:

npm run build

IMSInterface

https://github.com/unhurdle/cep-royale/blob/master/CEP6.1/src/com/adobe/cep/CEPGlobal.as