jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

benchmark gives "ReferenceError: FlareIvf is not defined"

bvibber opened this issue · comments

benchmark/index.html tries to load flare-ivf from the node_modules but it's not installed via the package.json

Hmm, I can install flare-ivf from npm, but there's no builds/flare-ivf.js file in there.

commented

yes, that is old, the new one is jsivf. I will fix!