Federico Joselevich Puiggrós
Federico Joselevich Puiggrós
I second this question. I'm not being able to even test the project 'cause I'm working on an OSX machine. Thanks, F.
Is strange because I was testing with a basic example and after that with the example that comes with the addon. In both cases I needed to add these libraries....
This can be fixed downgrading to 5.1.0. `npm install [email protected]` this worked for me on a cPanel server.
I found that you can also render the movie outside of the screen canvas and it also works. `image(mov, width, 0);` This can be useful when you need to not...
I manage to handle this by adding a `:formatters` parameter and implementing that function like follows: ``` ``` And the script function: ``` const customFormatter = { date: (val) =>...