DavidQL

Results 1 issues of DavidQL

I am running the example from the Readme: ``` var aeToJSON = require('ae-to-json/after-effects'); var ae = require('after-effects'); ae.default.execute(aeToJSON) .then(function(json) { // do something with the json outout }) .catch(function(e) {...