Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

iam-etienne-lm/JavaScript4illustratorcc22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript API for Adobe illustrator cc22

Ai can be customized and improved at various levels. A first user-friendly level of automation is called ACTIONS. To sum up it is basically recording what the mouse can do with some hickups. Beware though: some functions are not reachable or glitched. To extend the automation scope of the tool, one can use Adobe API called ExtendScript. Things starts to become interesting as Ai would now react as a Command Line Instrustion. Another bonus would be the Object Language approach as you now manipulate arrays. There is also a UI tool to improve user feedback. (scripting might freeze Ai during execution) Some tweaks were necessary to use the Menu-Commands. You could even mix scripting solution. Warning Ai Actions is unreliable and should be used for making Proof Of Concepts or development builds only.

How to use JavaScript
  • Open Adobe's list of allowed methods
  • Launch ESTK IDE
  • Execute scripts, locally or remotely.

About

javascript ES6 and Adobe Illustrator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published