extendscript-rpc-server
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "extendscript-rpc-server", | ||
"version": "1.0.0", | ||
"description": "ExtendScript XML / Binary RPC server, see extendscript-rpc-client package for the client", | ||
"version": "1.0.1", | ||
"description": "ExtendScript XML / Binary RPC server & client", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -20,2 +20,4 @@ # ExtendScript RPC Server | ||
```JavaScript | ||
#include "client.jsx" // copy client.jsx to the folder, which script is located at, or copy contents of the client.jsx to here | ||
var connection = new xmlconnection("localhost:3333"); | ||
@@ -22,0 +24,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13230
6
202
85