Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 293 Bytes

BlobImage.md

File metadata and controls

18 lines (11 loc) · 293 Bytes

BlobImage

Component for displaying a captured image

Syntax

  const { blob } = capturedImage;
  return <BlobImage srcObject={blob}>

Props

  • srcObject - <Blob> Blob containing a captured image

Notes

Component also accepts props appropriate for an <img> element.