File tree 1 file changed +37
-2
lines changed
1 file changed +37
-2
lines changed Original file line number Diff line number Diff line change 1
- # CSInterface (with Promise support)
1
+
2
+ # Implementation of Adobe extensions CSInterface library, in Typescript and with Promise support
3
+
2
4
Full TypeScript CSInterface (v8, v9, v10 & ; v11)
3
5
4
- # IMSInterface
6
+ The implementation is (hopefully) identical to the original one from CSInterface written in JavaScript.
7
+
8
+ Related pages, and additional resource where you can find more information about Adobe HTML extensions.
9
+
10
+ ## Adobe CEP Resources
11
+ The original source can be found at [ GitHub] ( https://github.com/Adobe-CEP/CEP-Resources/ ) in the respective subdirectory ` CEP_X.x/ `
12
+
13
+ ## Usage
14
+
15
+ ### With NPM
16
+
17
+ Just install [ NPM package] ( https://www.npmjs.com/package/@extendscript/csinterface ) using ` npm ` CLI:
18
+ ``` bash
19
+ npm i @extendscript/csinterface --save
20
+ ```
21
+
22
+ ### Build from source
23
+ Clone the repository with the following command:
24
+ ``` bash
25
+ git clone https://github.com/ExtendScript/CSInterface.git
26
+ ```
27
+
28
+ Install the dependencies:
29
+ ``` bash
30
+ npm i --save-dev
31
+ ```
32
+
33
+ Build the library:
34
+ ``` bash
35
+ npm run build
36
+ ```
37
+
38
+
39
+ ## IMSInterface
5
40
https://github.com/unhurdle/cep-royale/blob/master/CEP6.1/src/com/adobe/cep/CEPGlobal.as
You can’t perform that action at this time.
0 commit comments