package images
import (
"fmt"
"testing"
)
func TestFileTypes(t *testing.T) {
fmt.Printf("%d\n", WEBP)
fmt.Printf("%d\n", SVG)
fmt.Printf("%d\n", AI)
}