malikolivier/webmgl

No WebPack support

Opened this issue · 2 comments

I use webpack.
Got error: TypeError: root.atob is not a function.
Changed the source code locally to make it work, called .fromImageArray() -> an ArrayBuffer returned instead of blob!
Ok, I converted it to blob and I got EMPTY video!!!

This code was used for a single dummy project that did not use WebPack (more than a year and a half ago). I forked it from antimatter15/whammy because the original code did not work as is in my case.

I cannot guarantee this piece of code to work or be stable. It is unmaintained and keeps getting dustier and dustier every day. You are free to provide a fix or find a better library that does the job (there may be one now).

Thanks for your reply!
It will be nice to have a warning in readme file, since this fork is published in npm, so there will be no confuses.