Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
add link to jsx blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
timhaywood committed Sep 24, 2020
1 parent 4611907 commit b38229f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@

## Why?

> At [Motion Developer](https://motiondeveloper.com) we maintain a lot of expression (`.jsx`) libraries, such as [`eKeys`](https://github.com/motiondeveloper/eKeys), [`eBox`](https://github.com/motiondeveloper/eBox), and [`aeFunctions`](https://github.com/motiondeveloper/aeFunctionsd).
>
> This allows us to:
>
> - Share code between expressions and projects
> - Edit code in powerful editor (such as [VS Code](https://code.visualstudio.com/))
> - [Improve performance](https://helpx.adobe.com/after-effects/using/legacy-and-extend-script-engine.html#syntax-requirements-expression-libraries)
> - Build abstractions for complex tasks
**This repo is a template for creating After Effects expression libraries, that enables you to:**
At [Motion Developer](https://motiondeveloper.com) we maintain a lot of expression (`.jsx`) libraries, such as [`eKeys`](https://github.com/motiondeveloper/eKeys), [`eBox`](https://github.com/motiondeveloper/eBox), and [`aeFunctions`](https://github.com/motiondeveloper/aeFunctionsd). This allows us to:

- Share code between expressions and projects
- Edit code in powerful editor (such as [VS Code](https://code.visualstudio.com/))
- [Improve performance](https://helpx.adobe.com/after-effects/using/legacy-and-extend-script-engine.html#syntax-requirements-expression-libraries)
- Build abstractions for complex tasks

> For more info on writing expressions in `.jsx` files, see our article:
> [How to write expressions in external jsx files](https://motiondeveloper.com/blog/write-expressions-external-files/)
#### This repo is a template for creating After Effects expression libraries, that enables you to:

- Write in [TypeScript](https://www.typescriptlang.org/) (`.ts` files)
- Split expressions into multiple files, to be bundled at build time
Expand Down

0 comments on commit b38229f

Please # to comment.