From 84352d7c6609d77343cffafa9fd799be2dd3e13c Mon Sep 17 00:00:00 2001 From: MJ Studio Date: Sat, 4 May 2024 17:35:11 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7494033..21ecc75 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ import PencilKitView, { type PencilKitRef, type PencilKitTool } from 'react-nati |-----------------------------------|--------------------------------------------------------------------------------------------------------------------------------|---------| | alwaysBounceVertical | A Boolean value that determines whether bouncing always occurs when vertical scrolling reaches the end of the content. | true | | alwaysBounceHorizontal | A Boolean value that determines whether bouncing always occurs when horizontal scrolling reaches the end of the content view. | true | -| isRulerActive | A Boolean value that indicates whether a ruler view is visible on the canvas. | true | +| isRulerActive | A Boolean value that indicates whether a ruler view is visible on the canvas. | false | | drawingPolicy | The policy that controls the types of touches allowed when drawing on the canvas. This properties can be applied from iOS 14.0 | default | | backgroundColor | The canvas background color | none | | isOpaque | Whether the canvas is opaque | true |