mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 09:55:56 -07:00
fix(image): tests
This commit is contained in:
parent
abd6679f58
commit
4330593138
4 changed files with 36 additions and 24 deletions
1
image.go
1
image.go
|
|
@ -9,6 +9,7 @@ func (i *Image) Resize(width, height int) ([]byte, error) {
|
|||
options := Options{
|
||||
Width: width,
|
||||
Height: height,
|
||||
Embed: true,
|
||||
}
|
||||
return i.Process(options)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue