jscodec / jsvpx

Full Javascript implementation of libvpx vp8 decoder.
MIT License
25 stars 6 forks source link

benchmark gives "ReferenceError: FlareIvf is not defined" #2

Open bvibber opened 7 years ago

bvibber commented 7 years ago

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

bvibber commented 7 years ago

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

brianxautumn commented 7 years ago

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