UNPKG

webm-duration-fix

Version:

based on ts-ebml and support large file(than 2GB) and optimize memory usage during repair

9 lines (8 loc) 244 B
/** * based on ts-ebml and support large file,optimize memory usage during repair * * @param blob the blob you need to fix * @returns the blob that has been fixed * */ export default function fixWebmDuration(blob: Blob): Promise<Blob>;