repositorypackage
1.0.0
Repository: https://github.com/shamsher31/goimgext.git
Documentation: pkg.go.dev
# README
goimgext
List of Image file extensions for Go
How to install
go get github.com/shamsher31/goimgext
How to use
package main
import (
"fmt"
"github.com/shamsher31/goimgext"
)
func main() {
fmt.Println(imgext.Get())
}
Why
This package is inspired by image-extensions npm module.
License
MIT © Shamsher Ansari