diff --git a/README.md b/README.md index 863fa491a..0a6582e07 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ import { Field, formValues } from 'redux-form'; ``` +### another sample + +[Codesandbox.io](https://codesandbox.io/s/react-crop-demo-9hjxs) + ## Feature 1. Input, basically no need any input, but in `react-admin`, we provide to read `record.image` field, if you need another field, you should update the code, also in `redux-form`, we also provide to read `image` prop. That prop will show an image in a canvas that will be used for croping. diff --git a/packages/react-multi-crop/README.md b/packages/react-multi-crop/README.md index 4987734fd..57511b612 100644 --- a/packages/react-multi-crop/README.md +++ b/packages/react-multi-crop/README.md @@ -30,6 +30,10 @@ import { Field, formValues } from 'redux-form'; ``` +### another sample + +[Codesandbox.io](https://codesandbox.io/s/react-crop-demo-9hjxs) + ## Feature 1. Input, basically no need any input, but in `react-admin`, we provide to read `record.image` field, if you need another field, you should update the code, also in `redux-form`, we also provide to read `image` prop. That prop will show an image in a canvas that will be used for croping.