/goimgext

List of Image file extensions for Go

Primary LanguageGoMIT LicenseMIT

goimgext

Godoc Go Build

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