From 51c0cc0bb772593c1dc6e3850180eb93a0554efb Mon Sep 17 00:00:00 2001 From: brianvoe Date: Tue, 27 Feb 2024 12:01:14 -0600 Subject: [PATCH] image - removed image url didnt do anything --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 056ff973..836a5e7b 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,6 @@ NiceColors() string ### Images ```go -ImageURL(width int, height int) string Image(width int, height int) *img.RGBA ImageJpeg(width int, height int) []byte ImagePng(width int, height int) []byte