Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shamsher31/goimgext
List of Image file extensions for Go
https://github.com/shamsher31/goimgext
Last synced: 4 days ago
JSON representation
List of Image file extensions for Go
- Host: GitHub
- URL: https://github.com/shamsher31/goimgext
- Owner: shamsher31
- License: mit
- Created: 2015-08-15T13:00:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T12:50:06.000Z (over 1 year ago)
- Last Synced: 2024-06-20T19:28:11.317Z (5 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# goimgext
[![Godoc](http://img.shields.io/badge/godoc-reference-blue.svg?style=flat)](https://godoc.org/github.com/shamsher31/goimgext)
[![Go Build](https://github.com/shamsher31/goimgext/actions/workflows/go.yml/badge.svg)](https://github.com/shamsher31/goimgext/actions/workflows/go.yml)List of Image file extensions for Go
### How to install
```go
go get github.com/shamsher31/goimgext
```### How to use
```go
package mainimport (
"fmt"
"github.com/shamsher31/goimgext"
)func main() {
fmt.Println(imgext.Get())
}
```### Why
This package is inspired by [image-extensions](https://www.npmjs.com/package/image-extensions) npm module.# License
MIT © [Shamsher Ansari](https://github.com/shamsher31)