File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33![ logo] ( assets/imgproxy-java-logo.svg )
44
55
6- [ ![ Build Status] ( https://travis-ci.com/rocketbase-io/imgproxy-java.svg?branch=master )] ( https://travis-ci.com/rocketbase-io/imgproxy-java )
7- [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.rocketbase.asset/imgproxy/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/io.rocketbase.asset/imgproxy )
6+ ![ build] ( https://github.com/rocketbase-io/imgproxy-java/actions/workflows/ci.yml/badge.svg )
7+ [ ![ Maven Central] ( https://badgen.net/maven/v/maven-central/io.rocketbase.asset/imgproxy )] ( https://mvnrepository.com/artifact/io.rocketbase.asset/imgproxy )
8+
89
910fluently generate asset urls for img-proxy within java
1011
@@ -25,4 +26,4 @@ Signature signature = Signature.of(new SignatureConfiguration(imgproxyProperties
2526signature. resize(ResizeType . fit, 300 , 300 , true );
2627String url = signature. url(" s3://bucket-name/" + assetReference. getUrlPath());
2728
28- ````
29+ ````
You can’t perform that action at this time.
0 commit comments