ae-typed-expr
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

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

Package Sidebar

Install

npm i ae-typed-expr

Weekly Downloads

6

Version

0.1.5

License

MIT

Unpacked Size

49.2 kB

Total Files

14

Last publish

Collaborators

  • 0918nobita