Skip to content

Instantly share code, notes, and snippets.

View ColourCargo's full-sized avatar

ColourCargo

  • Joined May 26, 2026
View GitHub Profile
#target illustrator
function main() {
if (app.documents.length === 0) {
alert("Please open a document first.");
return;
}
var doc = app.activeDocument;
var selection = doc.selection;