mirror of
https://github.com/tenox7/wrp.git
synced 2025-04-17 20:38:06 +00:00
add main todo
This commit is contained in:
parent
5ed55c387c
commit
1d9af26604
9
txt.go
9
txt.go
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user