stash/tools.go
InfiniteTF 6a6e8d8875
Change thumbnail default size and resize algorithm (#336)
* Change thumbnail resize algorithm and add size parameter

* Height -> Width

* Change default size from 100px to 200px

* Height -> width
2020-01-31 17:19:15 -05:00

7 lines
75 B
Go

// +build tools
package main
import (
_ "github.com/99designs/gqlgen"
)