getRegions()
EXPERIMENTAL
Cloud Run is in Alpha status and not actively being developed.
Gets an array of all supported GCP regions of this release of Remotion Cloud Run.
Example
tsx
constregions =getRegions ();// ["asia-east1", "us-east1"]
note
Import from @remotion/cloudrun/client
to not import the whole renderer, which cannot be bundled.
Return value
An array of supported regions by this release of Remotion Cloud Run.