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
Solves the '[Lazy load third-party resources with facades](https://web.dev/third-party-facades/)' warning for Intercom's chat widget. A pure JavaScript adaptation of Calibre's [React Live Chat Loader](https://github.com/calibreapp/react-live-chat-loader).
4
+
5
+
## Installation
6
+
7
+
To download intercom-facade, run:
8
+
9
+
```bash
10
+
npm install --save intercom-facade
11
+
```
12
+
13
+
## Contributing
14
+
15
+
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
0 commit comments