import { getMimeTypeForUint8Array } from "https://deno.land/x/docxml@5.5.1/src/utilities/mime-types.ts";
Guess the mime type associated with a byte stream by looking at the first few signature bytes.
Throws when the mime type is not recognized, or when it is not JPEG/GIF/PNG.