Skip to content

useImageUpload

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/apps/web/src/hooks/useImageUpload.ts

useImageUpload - Hook for uploading images to Azure Blob Storage

Provides a simple interface for uploading images from the editor. Returns the CDN URL of the uploaded image for embedding in documents.

Signature

ts
function useImageUpload(): UseImageUploadReturn

Returns: UseImageUploadReturn

Was this page helpful?

Download as PDF