lightweight image tools
at main 11 lines 217 B view raw
1name = "img" 2main = "src/index.js" 3compatibility_date = "2024-01-01" 4compatibility_flags = ["nodejs_compat"] 5 6routes = [ 7 { pattern = "img.dunkirk.sh/*", zone_name = "dunkirk.sh" } 8] 9 10[assets] 11directory = "./public"