From a6120fcdd64d01900424cb41cc53362edf9730e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Baku=20=E9=BA=A6?= Date: Sun, 8 Sep 2024 16:11:22 +0900 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11fd93d..136c26b 100644 --- a/README.md +++ b/README.md @@ -74,13 +74,13 @@ async function test() { const exposureModeDesc = await camera.getDesc('exposureMode') console.log(exposureModeDesc) /* -> { - value: 'M', - writable: false // Because this can be set by physical dial on a camera - option: { - type: 'enum', - values: ['M', 'S', 'A', 'P'] - } -} */ + value: 'M', + writable: false // Because this can be set by the physical dial on a camera + option: { + type: 'enum', + values: ['M', 'S', 'A', 'P'] + } + } */ const autoFocusResult = await camera.runAutoFocus() // -> {status: 'ok'}