All Projects → bbb999 → Types For Adobe

bbb999 / Types For Adobe

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Types For Adobe

Blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
Stars: ✭ 198 (-14.66%)
Mutual labels:  programming
30 Seconds Of Php
Short PHP code snippets for all your development needs
Stars: ✭ 2,461 (+960.78%)
Mutual labels:  programming
Howtobeaprogrammer
A guide on how to be a Programmer - originally published by Robert L Read
Stars: ✭ 14,912 (+6327.59%)
Mutual labels:  programming
Python Novice Inflammation
Programming with Python
Stars: ✭ 199 (-14.22%)
Mutual labels:  programming
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (-12.07%)
Mutual labels:  programming
Permissionsswiftui
A SwiftUI package to beautifully display and handle permissions.
Stars: ✭ 220 (-5.17%)
Mutual labels:  programming
Hacktoberfest
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 191 (-17.67%)
Mutual labels:  programming
Shell Novice
The Unix Shell
Stars: ✭ 234 (+0.86%)
Mutual labels:  programming
Reverse Engineering Tutorials
Some Reverse Engineering Tutorials for Beginners
Stars: ✭ 217 (-6.47%)
Mutual labels:  programming
Ultimate Go
The Ultimate Go Study Guide
Stars: ✭ 14,661 (+6219.4%)
Mutual labels:  programming
Effective Shell
Text, samples and website for my 'Effective Shell' series.
Stars: ✭ 204 (-12.07%)
Mutual labels:  programming
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (-9.48%)
Mutual labels:  programming
Tcso
Try Catch Stack overflow (TcSo) Is a collection of Try statements in all the programming languages under the globe which catches the exception and searches for the cause of the caught exception in the stack overflow automatically.
Stars: ✭ 228 (-1.72%)
Mutual labels:  programming
Forum
Dúvidas, dicas e sugestões gerais sobre carreira na área de desenvolvimento de software
Stars: ✭ 199 (-14.22%)
Mutual labels:  programming
Git Novice
Version Control with Git
Stars: ✭ 227 (-2.16%)
Mutual labels:  programming
Learning Go
Source code repository for my book "Learning Go Programming"
Stars: ✭ 194 (-16.38%)
Mutual labels:  programming
30 Seconds Of Angular
[WIP] Curated collection of Angular snippets that you can understand in 30 seconds or less
Stars: ✭ 221 (-4.74%)
Mutual labels:  programming
Smallrye Mutiny
An Intuitive Event-Driven Reactive Programming Library for Java
Stars: ✭ 231 (-0.43%)
Mutual labels:  programming
Vworkflows
Flow Visualization Library for JavaFX and VRL-Studio
Stars: ✭ 226 (-2.59%)
Mutual labels:  programming
30 Seconds Of Css
Short CSS code snippets for all your development needs
Stars: ✭ 14,945 (+6341.81%)
Mutual labels:  programming

TypeScript types for Adobe Products

Repository for declaration files generated by extendscript-xml-to-typescript converter.

gif

Prerequisites

Install Node.js and TypeScript and git.

Your first script for eg. Adobe Illustrator

# create new folder
mkdir my-script
cd my-script

# install types-for-adobe
npm init -y
npm i types-for-adobe

# create tsconfig.json
printf '{"compilerOptions":{"module":"none","noLib":true}}' > tsconfig.json

# create index.ts and change reference types to Adobe product you're targeting
printf '/// <reference types="types-for-adobe/Illustrator/2015.3"/>\nalert(String(app));\n' > index.ts

# compile typescript files
tsc

# open Adobe Illustrator -> File -> Scripts -> Other Script -> and open index.js

More typings

Contributors

Thanks to vespakoen, atarabi, lm913, zlovatt.

Showcase

Add your project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].