We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e24b4 commit e088638Copy full SHA for e088638
module.go
@@ -22,6 +22,8 @@ func init() {
22
httpcaddyfile.RegisterDirectiveOrder("image_processor", "before", "respond")
23
}
24
25
+// Middleware allow user to do image processing on the fly using libvips
26
+// With simple queries parameters you can resize, convert, crop your served images
27
type Middleware struct {
28
logger *zap.Logger
29
0 commit comments