illustrator-scripting-guide
illustrator-scripting-guide copied to clipboard
I do not see any Javascript documentation for exporting the file in WebP format. Can you please add the documentation?
Update an object reference typo in the "Combining path point types" example.
The asset object is not documented (and can't find it anywhere). You can get the list of a activeDocuments assets like this ```javascript var docRef = app.activeDocument; var docWidth =...

Hi @zlovatt, A developer pointed out an error on https://ai-scripting.docsforadobe.dev/jsobjref/ExportOptionsTIFF.html?highlight=izwcompression > The name of the property is lZWCompression and must be written with a lower case "L" - and not...
In https://github.com/docsforadobe/illustrator-scripting-guide/blob/master/docs/jsobjref/GrayColor.rst `The tint of the gray. Range: 0.0 to 100.0, where 0.0 is black and 100.0 is white.` In Illustrator, white equals 0% in grayscale and vice versa.
This doc was based on "Illustrator JavaScript Scripting Reference 2017" and could benefit from being updated to reflect the intermediate years' of updates. Re: #2