@@ -49,7 +49,6 @@ def get_browser(code:, width: nil, height: nil, quality: nil)
4949 )
5050 end
5151
52-
5352 # The credit card endpoint will return you the icon of the credit card
5453 # provider you need. Use width, height and quality arguments to change the
5554 # output settings.
@@ -91,7 +90,6 @@ def get_credit_card(code:, width: nil, height: nil, quality: nil)
9190 )
9291 end
9392
94-
9593 # Use this endpoint to fetch the favorite icon (AKA favicon) of any remote
9694 # website URL.
9795 #
@@ -122,7 +120,6 @@ def get_favicon(url:)
122120 )
123121 end
124122
125-
126123 # You can use this endpoint to show different country flags icons to your
127124 # users. The code argument receives the 2 letter country code. Use width,
128125 # height and quality arguments to change the output settings. Country codes
@@ -165,7 +162,6 @@ def get_flag(code:, width: nil, height: nil, quality: nil)
165162 )
166163 end
167164
168-
169165 # Use this endpoint to fetch a remote image URL and crop it to any image size
170166 # you want. This endpoint is very useful if you need to crop and display
171167 # remote images in your app or in case you want to make sure a 3rd party
@@ -207,7 +203,6 @@ def get_image(url:, width: nil, height: nil)
207203 )
208204 end
209205
210-
211206 # Use this endpoint to show your user initials avatar icon on your website or
212207 # app. By default, this route will try to print your logged-in user name or
213208 # email initials. You can also overwrite the user name if you pass the 'name'
@@ -252,7 +247,6 @@ def get_initials(name: nil, width: nil, height: nil, background: nil)
252247 )
253248 end
254249
255-
256250 # Converts a given plain text to a QR code image. You can use the query
257251 # parameters to change the size and style of the resulting image.
258252 #
@@ -288,6 +282,5 @@ def get_qr(text:, size: nil, margin: nil, download: nil)
288282 )
289283 end
290284
291-
292285 end
293286end
0 commit comments