TransformWidth
type TransformWidth = typeof TRANSFORM_WIDTHS[number];Defined in: packages/asset-client/src/transform.ts:41
A CDN-whitelisted transform width — the only widths TransformOptions.width
accepts. Off-ladder widths are a compile error; for signed URLs that need a
custom width, use SignedTransformOptions (number) via
getSignedTransformUrl / aq.transform(asset, opts, { sign: true }).