Skip to content

Commit

Permalink
Merge branch 'master' of github.com:resume-io/carrierwave-cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
frostmark committed Aug 2, 2021
2 parents b1ce9fc + 959a8c8 commit 51523ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Carrierwave::Cloudflare

[![Tests](https://github.com/resume-io/carrierwave-cloudflare/actions/workflows/run-specs.yml/badge.svg?branch=master)](https://github.com/resume-io/carrierwave-cloudflare/actions/workflows/run-specs.yml)
[![Gem Version](https://badge.fury.io/rb/carrierwave-cloudflare.svg)](https://badge.fury.io/rb/carrierwave-cloudflare)

This gem provides a simple wrapper for transformation images via Cloudflare

This gem integrates Carrierwave with [Cloudflare Image Resizing](https://developers.cloudflare.com/images/)


## Installation
Expand Down Expand Up @@ -56,7 +56,7 @@ Supported options:

`width`, `height`, `dpr`, `fit`, `gravity`, `quality`, `format`, `onerror`, `metadata`

See details in Cloudflare [documentation](https://developers.cloudflare.com/images/about)
See details in Cloudflare [documentation](https://developers.cloudflare.com/images/url-format)

Also, you can define default options (supports all options described above)

Expand Down

0 comments on commit 51523ad

Please sign in to comment.