Skip to content

Commit

Permalink
Merge pull request #27 from imgeng/add-demo-link
Browse files Browse the repository at this point in the history
Updated React Demo link
  • Loading branch information
jonarnes authored Jan 16, 2024
2 parents a2ac689 + ca6d55a commit b16c50f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
}
```

Expand Down

0 comments on commit b16c50f

Please sign in to comment.