Skip to content

jonassiewertsen/imgproxy-url-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imgproxy URL Generator

This is a simple tool to generate imgproxy URLs for images.

Example

g := NewImgproxyUrlGenerator(Config{
    Host: "https://example.com",
    Disk: "s3://bucket",
    //Key:  "",
    //Salt: "",
})
filename := g.File("file.jpg").Width(500).Height(300).Quality(92).Crop().Get()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages