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 fec1cae commit f3626deCopy full SHA for f3626de
README.md
@@ -13,7 +13,7 @@ fluently generate asset urls for img-proxy within java
13
````java
14
// simple unsigned
15
String url = Signature.of(new SignatureConfiguration(BASE_URL))
16
- .size(100, 100)
+ .size(300, 300)
17
.url(SOURCE_URL)
18
19
0 commit comments