Skip to content

motiondeveloper/adobe-script-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adobe Scripting Setup

Basic setup for writing Adobe .jsx scripts in TypeScript with compilation to ES3 and bundling.

Commands

  • dev compile script in watch mode
  • build compile script
  • release create release on github with script attached

Features

  • Modern JavaScript syntax compiled to ES3 (but no polyfills) and bundled using SWC

  • Types from bbb999/Types-for-Adobe

    The types for After Effects are included by default. You can add programs in tsconfig.json, by adding them to compilerOptions.types.

  • Debugging with the ExtendScript Debugger

    Pressing F5 will run dist/script.jsx in your selected application. Edit .vscode/launch.json to specify a different script.

About

Simple starter for writing Adobe JSX scripts in TypeScript, transpiled to ES3 with SWC.

Topics

Resources

License

Stars

Watchers

Forks