@rtorcato/supabase-common / transformUrl
Function: transformUrl()
transformUrl(
supabaseUrl,bucket,path,options?):string
Defined in: storage.ts:66
Transformed (resized) public image URL via the render endpoint:
${url}/storage/v1/render/image/public/${bucket}/${path}?width=….
Pure string work like the other builders — the transform happens server-side.
Parameters
supabaseUrl
string
bucket
string
path
string
options?
TransformOptions = {}
Returns
string