You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-16Lines changed: 5 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ powered by [Cloudimage](https://www.cloudimage.io/)
73
73
*[Step 3: Implement](#implement)
74
74
*[Configuration](#configuration)
75
75
*[Image properties](#image_properties)
76
-
*[Usages](#usages)
76
+
*[Examples & workarounds](#examples_workarounds)
77
77
*[Browser support](#browser_support)
78
78
*[Filerobot UI Family](#ui_family)
79
79
*[Contributing](#contributing)
@@ -353,21 +353,10 @@ The lazyLoad configuration to [LazyLoad](https://github.com/twobin/react-lazyloa
353
353
354
354
To see the full cloudimage documentation [click here](https://docs.cloudimage.io/go/cloudimage-documentation)
355
355
356
-
## <aname="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`;
0 commit comments