add main todo

This commit is contained in:
Antoni Sawicki 2024-07-02 02:38:32 -07:00
parent 5ed55c387c
commit 1d9af26604

9
txt.go
View File

@ -1,5 +1,14 @@
package main
// TODO:
// - image type based on form value
// - also size and quality
// - non overlaping image names atomic.int etc
// - garbage collector / delete old images from map
// - add referer header
// - svg support
// - bug DomainFromURL always prefixes with http instead of https
import (
"bytes"
"encoding/base64"