Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
function
buildPngWithChunks(chunks: Buffer[]): Buffer {
31
return
Buffer.concat([Buffer.from([137, 80, 78, 71, 13, 10, 26, 10]), ...chunks]);
32
}
33
34
function
buildMinimalPng(options?: {
35
cIcpAfterIdat?: boolean;
Callers
1
buildMinimalPng
Function · 0.85
Calls
1
from
Method · 0.80
Tested by
no test coverage detected