cal.pub0.org/packages/embeds/embed-snippet
Hariom Balhara 5138c676b1
Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341)
2022-04-04 15:44:04 +00:00
..
src Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341) 2022-04-04 15:44:04 +00:00
README.md [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
env.d.ts [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
package.json Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341) 2022-04-04 15:44:04 +00:00
tsconfig.json [Feature]Booking Embed (#2227) 2022-03-31 09:45:47 +01:00
vite.config.js Fix: Embed Fixes, UI configuration PRO Only, Tests (#2341) 2022-04-04 15:44:04 +00:00

README.md

embed-snippet

This is the code snippet that is to be installed by the user on his website.

Development

yarn build will generate dist/snippet.es.js

  • which can be used as <script type="module" src=...
  • You can also copy the appropriate portion of the code and install it directly as <script>CODE_SUGGESTED_TO_BE_COPIED</script>