Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (21 loc) · 507 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 507 Bytes

After Effects Typed Expression

npm version

This npm package provides type definitions in order to write Adobe Effects Expression in TypeScript.

Recommended compiler options

{
    "compilerOptions": {
        ...
        "target": "es3",
        "module": "none",
        "types": [
            "ae-typed-expr"
        ],
        ...
    }
}

Installation

yarn add -D ae-typed-expr