Skip to content

Commit 87bec5f

Browse files
Update README.md
1 parent affd16f commit 87bec5f

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ powered by [Cloudimage](https://www.cloudimage.io/)
7373
* [Step 3: Implement](#implement)
7474
* [Configuration](#configuration)
7575
* [Image properties](#image_properties)
76-
* [Usages](#usages)
76+
* [Examples & workarounds](#examples_workarounds)
7777
* [Browser support](#browser_support)
7878
* [Filerobot UI Family](#ui_family)
7979
* [Contributing](#contributing)
@@ -353,21 +353,10 @@ The lazyLoad configuration to [LazyLoad](https://github.com/twobin/react-lazyloa
353353

354354
To see the full cloudimage documentation [click here](https://docs.cloudimage.io/go/cloudimage-documentation)
355355

356-
## <a name="usages"></a>Usages
357-
358-
#### Gatsby
359-
360-
React-cloudimage-responsive plugins uses core-js v3 library to add polyfills. Gatsby has some problems with it.
361-
To support the plugin with Gatsby, there is a separate build process which doesn't include polyfills.
362-
You can add them manually in your index.js file before importing the plugin.
363-
364-
The initialization process is the same, the only difference you need to import **components** and **provider** with `react-cloudimage-responsive-plain/dist/gatsby`;
365-
366-
For example
367-
368-
```jsx
369-
import Img, { CloudimageProvider } from "react-cloudimage-responsive-plain/dist/gatsby";
370-
```
356+
## <a name="examples_workarounds"></a>Examples & workarounds
357+
* [See all](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md)
358+
* [Cropping](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md#cropping)
359+
* [Integration with Gatsby](https://github.com/scaleflex/react-cloudimage-responsive/blob/master/examples/EXAMPLES.md#integration-with-gatsby)
371360

372361
## <a name="browser_support"></a>Browser support
373362

0 commit comments

Comments
 (0)