List of Image file extensions for Go
go get github.com/shamsher31/goimgext
package main
import (
"fmt"
"github.com/shamsher31/goimgext"
)
func main() {
fmt.Println(imgext.Get())
}
This package is inspired by image-extensions npm module.
MIT © Shamsher Ansari