Robert Timis
Robert Timis
I'll repost my gist, maybe someday it will be implemented (: ```javascript import { SignatureV4 } from "@aws-sdk/signature-v4"; import { Sha256 } from "@aws-crypto/sha256-js"; import { fromEnv } from "@aws-sdk/credential-providers";...
I wasted waay too much time on this.... enjoy ``` import { SignatureV4 } from "@aws-sdk/signature-v4"; import { Sha256 } from "@aws-crypto/sha256-js"; import { fromEnv } from "@aws-sdk/credential-providers"; const signer...
> ``` > import { createCommonJS } from 'mlly' > const { __dirname, __filename, require } = createCommonJS(import.meta.url) > import sharp from 'sharp' > ``` I'm trying to make it...