Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

upload

import { upload } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.2/mod.ts";

Gyazoへ画像をuploadする

For more informaion, see https://gyazo.com/api/docs/image#upload

const upload: (image: Blob, init: UploadInit) => Promise<Result<UploadResult, GyazoAPIError>>;