webm-duration-fix
webm-duration-fix copied to clipboard
Circular dependencies
Hi,
First of all, thank you for providing such a handy library.
When using rollup to create a bundle, it's throwing a warning relating to circular dependencies, which I believe is because you're importing everything in each file (import * as EBML from "./EBML";
), rather than specific named imports