diff --git a/docs/docs/guides/PERFORMANCE.mdx b/docs/docs/guides/PERFORMANCE.mdx index c0e16d8ff4..0fa68918c1 100644 --- a/docs/docs/guides/PERFORMANCE.mdx +++ b/docs/docs/guides/PERFORMANCE.mdx @@ -58,7 +58,9 @@ const slowerDevice = getCameraDevice(devices, 'back', { See ["Camera Devices"](devices) for more information. -Note: By default (when not passing the options object), a simpler device is already chosen. +:::note +By default (when not passing the options object), a simpler device is already chosen. +::: ### No Video HDR @@ -68,7 +70,9 @@ Video HDR uses 10-bit formats and/or additional processing steps that come with Enable Buffer Compression ([`enableBufferCompression`](/docs/api/interfaces/CameraProps#enablebuffercompression)) to use lossy-compressed buffers for the Camera's video pipeline. These buffers can use less memory and are more efficient. -Note: When not using a `frameProcessor`, buffer compression is automatically enabled. +:::note +When not using a `frameProcessor`, buffer compression is automatically enabled. +::: ### Video Stabilization