1.5.0 • Published 4 years ago
nexrender-action-template-cache v1.5.0
nexrender-action-template-cache
Install
npm install nexrender-action-template-cache@latest
How to use
- Add this module to
predownloadandpostdownload - optionally configure a
cacheDirname, make sure you set the samecacheDirfor 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"
}
]
}
}