nexrender-action-template-cache

1.5.0 • Public • Published

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"
            }
        ]
    }
}

Package Sidebar

Install

npm i nexrender-action-template-cache

Weekly Downloads

2

Version

1.5.0

License

ISC

Unpacked Size

3.87 kB

Total Files

6

Last publish

Collaborators

  • oreporan.did