MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / buildPngWithChunks

Function buildPngWithChunks

packages/engine/src/utils/ffprobe.test.ts:30–32  ·  view source on GitHub ↗
(chunks: Buffer[])

Source from the content-addressed store, hash-verified

28}
29
30function buildPngWithChunks(chunks: Buffer[]): Buffer {
31 return Buffer.concat([Buffer.from([137, 80, 78, 71, 13, 10, 26, 10]), ...chunks]);
32}
33
34function buildMinimalPng(options?: {
35 cIcpAfterIdat?: boolean;

Callers 1

buildMinimalPngFunction · 0.85

Calls 1

fromMethod · 0.80

Tested by

no test coverage detected