When exporting I encounter the following issue that prevents read my animation :
Uncaught TypeError: lib.test is not a function
and javascript that corresponds to the next line :
this.instance = new lib.test();
Do you have a solution ?
Thanks
When exporting I encounter the following issue that prevents read my animation :
Uncaught TypeError: lib.test is not a function
and javascript that corresponds to the next line :
this.instance = new lib.test();
Do you have a solution ?
Thanks