Question
CEP 8 Animate $ is not defined
Hello,
I have write an CEP 8 extention for photoshop 2018 (working well).
But when I try to load it into Animate I got $ is not defined from line :
csInterface.evalScript('$.evalFile("' + scriptPath + '")'); -> in js file
or any
$.listFolderScripts = function() { -> in jsx
I also try CEP-Resources-master samples and I have the same problem.
What the problem ? is $ global variable not defined in Animate ?
Regards,
