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).
npm install intercom-facadeSolves the 'Lazy load third-party resources with facades' warning for Intercom's chat widget. A pure JavaScript adaptation of Calibre's React Live Chat Loader.
To download intercom-facade, run:
``bash`
npm install --save intercom-facade
Alternatively, use the built/minified version of the latest tagged release in dist/.
Simply use intercom-facade in place of Intercom's embed snippet:
`html``
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.