cal.pub0.org/packages/embeds
Omar López accf845f0e
Allows tree shaking unused modules (#3752)
* Allows tree shaking unused modules

* don't tree shake embed-core side effects

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-11 10:36:30 -06:00
..
embed-core Added notes for running tests for embed-core (#3720) 2022-08-08 08:06:44 +00:00
embed-react Allows tree shaking unused modules (#3752) 2022-08-11 10:36:30 -06:00
embed-snippet Allows tree shaking unused modules (#3752) 2022-08-11 10:36:30 -06:00
README.md Runs format script 2022-06-24 07:37:56 -06:00
vite.config.js HotFix - Embed Flicker for newly converted static availability page (#3277) 2022-07-12 14:18:53 +00:00

README.md

Embeds

This folder contains all the various flavours of embeds.

core contains the core library written in vanilla JS that manages the embed. snippet contains the Vanilla JS Code Snippet that can be installed on any website and would automatically fetch the core library.

Please see the respective folder READMEs for details on them.