MCPcopy
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
93export default function bmp() {
94 return {
95 mime: "image/bmp",
96 encode,
97 decode,
98 } satisfies Format<"image/bmp">;
99}

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected