Skip to content

Instantly share code, notes, and snippets.

@Joeao
Joeao / index.ts
Last active September 5, 2024 12:02
Supabase Edge Functions - Resize, Tinify & Upload Image
import { serve } from "https://deno.land/[email protected]/http/server.ts";
import { crypto } from "https://deno.land/[email protected]/crypto/mod.ts";
import {
ImageMagick,
initialize,
MagickFormat,
} from "https://deno.land/x/[email protected]/mod.ts";
import { Tinify } from "https://deno.land/x/[email protected]/mod.ts";
import { createClient } from "https://esm.sh/@supabase/[email protected]";
@Joeao
Joeao / .zshrc
Last active February 5, 2025 08:28
Aider OpenRouter Model & Key Select
alias aide='~/aide.sh'