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
tsfunction useImageUpload(): UseImageUploadReturn
Returns: UseImageUploadReturn
Was this page helpful?