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.
2 parents aef03a7 + 71f92ab commit 01f61ecCopy full SHA for 01f61ec
1 file changed
lib/imgproxy/options.rb
@@ -51,6 +51,7 @@ class Options < Hash
51
unsharpening: Imgproxy::OptionsCasters::String,
52
watermark: Imgproxy::OptionsCasters::Watermark,
53
watermark_url: Imgproxy::OptionsCasters::Base64,
54
+ watermark_text: Imgproxy::OptionsCasters::Base64,
55
style: Imgproxy::OptionsCasters::Base64,
56
jpeg_options: Imgproxy::OptionsCasters::JpegOptions,
57
png_options: Imgproxy::OptionsCasters::PngOptions,
0 commit comments