1.5.0 • Published 2 years ago

nexrender-action-template-cache v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

nexrender-action-template-cache

Install

npm install nexrender-action-template-cache@latest

How to use

  1. Add this module to predownload and postdownload
  2. optionally configure a cacheDir name, make sure you set the same cacheDir for both steps
{
    "template": {
            "src": "https://example.com/templates/ae-template-to-use.aep",
            "composition": "my_composition"
        },
    "assets": [],
    "actions": {
        "predownload": [
            {
                "module": "nexrender-action-template-cache",
                "cacheDir": "~/project_cache"
            }
        ],
        "postdownload": [
            {
                "module": "nexrender-action-template-cache",
                "cacheDir": "~/project_cache"
            }
        ]
    }
}
1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago