WeSearch

Extendscript Still Has Life

·2 min read · 0 reactions · 0 comments · 10 views
#javascript#adobe#illustrator#extendscript#graphicdesign
Extendscript Still Has Life
⚡ TL;DR · AI summary

Extendscript, a scripting language built on Javascript, continues to be useful for graphic designers using Adobe Illustrator. The author shares their experience with a custom script called 'Donn's RecSelect' that simplifies object selection in complex designs. This highlights the ongoing relevance of Extendscript in enhancing design workflows.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 279031) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Donn Posted on May 25 Extendscript Still Has Life #javascript #adobe #illustrator #extendscript Being a graphic designer, I find myself attached to the Adobe Suite of packages, namely InDesign, Photoshop and Illustrator.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)