Cloudflare Images URL provider.
Wires Image.Plug.Provider.Cloudflare.URL (URL-shape recognition)
and Image.Plug.Provider.Cloudflare.Options (option parsing) into
the Image.Plug.Provider behaviour.
Options
:mount— string path prefix the plug is mounted under. Defaults to"". SeeImage.Plug.Provider.Cloudflare.URL.:hosted_account_hash— when set, also recognises the hosted-image delivery form at/<this-hash>/<image-id>/<variant-or-options>.:strict?— iftrue(default), unknown option keys produce an:unknown_optionerror. Iffalse, unknown keys are logged and ignored.:variants_enabled?— defaults totrue. Whenfalse, a hosted URL whose tail looks like a variant name produces a:variant_not_founderror instead of returning a:variantresult.
URL forms recognised
/cdn-cgi/image/<options>/<absolute-path>/cdn-cgi/image/<options>/<https-url>/<account_hash>/<image-id>/<variant-or-options>(when:hosted_account_hashis configured)