Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jimp-dev/jimp
/ bmp
Function
bmp
plugins/js-bmp/src/index.ts:93–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
export
default
function
bmp() {
94
return
{
95
mime:
"image/bmp"
,
96
encode,
97
decode,
98
} satisfies Format<
"image/bmp"
>;
99
}
Callers
1
index.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected