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

getImage

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

get an image

const getImage: (imageId: string, init: OAuthOptions) => Promise<Result<Omit<Image, "ocr" | "metadata"> & Partial<Pick<Image, "ocr" | "metadata">>, GyazoAPIError>>;