From b38229f138abff00058ae176d48dd57c3cb79de7 Mon Sep 17 00:00:00 2001 From: Tim Haywood Date: Thu, 24 Sep 2020 13:32:53 +1000 Subject: [PATCH] add link to jsx blog post --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ea0645b..2e99d60 100644 --- a/README.md +++ b/README.md @@ -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