function getAssetAsBlob
Usage in Deno
```typescript import { getAssetAsBlob } from "node:node__sea.d.ts"; ```
getAssetAsBlob(key: AssetKey,options?: { type: string; },): Blob
> [!WARNING] Deno compatibility
> This symbol is not supported.
Similar to `sea.getAsset()`, but returns the result in a [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob).
An error is thrown when no matching asset can be found.
key: AssetKey
Blob