UNPKG

webp-animation-info

Version:
3 lines (2 loc) 107 B
export const getChunkEndIndex = (startIndex: number, bits: number) => startIndex + Math.floor(bits / 8);