From ca6d55a0530eec6e2e1ad2569ca2c5e5ef42d52f Mon Sep 17 00:00:00 2001 From: Rohan Raina Date: Tue, 16 Jan 2024 10:12:33 +0530 Subject: [PATCH] Updated React Demo link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77ed2d0..f564193 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ function ShoppingCart () { } ``` -[Demo app on CodeSandbox](https://codesandbox.io/s/3lz2y?file=/src/App.tsx) +[Demo app on CodeSandbox](https://codesandbox.io/p/sandbox/imageenginereactdemo-pjfp7z) ## Component props reference @@ -121,7 +121,7 @@ directives?: { // Keep EXIF data. keepMeta?: true force_download?: true; - max_device_pixel_ratio: 2.1; // 1-4 float + max_device_pixel_ratio?: 2.1; // 1-4 float } ```