cal.pub0.org/packages/embeds/embed-snippet
Hariom Balhara 2a8eca7885
chore: Update version in main for embeds that are already released. (#9822)
* Release latest embeds

* Release latest embeds

* Ensure that unpublished packages arent imported

* linter is important to catch unexpected imports

* Create new release

* Add a new patch
2023-07-21 16:46:18 +05:30
..
src chore: Update version in main for embeds that are already released. (#9822) 2023-07-21 16:46:18 +05:30
CHANGELOG.md chore: Update version in main for embeds that are already released. (#9822) 2023-07-21 16:46:18 +05:30
LICENSE change /ee to /commercial (#8948) 2023-05-25 17:50:30 +00:00
README.md
env.d.ts
package.json chore: Update version in main for embeds that are already released. (#9822) 2023-07-21 16:46:18 +05:30
tsconfig.json Fixes embeds tsconfig (#7995) 2023-03-30 16:20:39 +00:00
vite.config.js Hotfix/ Fix failing build due to terser missing (#7294) 2023-02-23 13:55:02 +01:00

README.md

embed-snippet

Vanilla JS embed snippet that is responsible to fetch @calcom/embed-core and thus show Cal Link as an embed on a page.

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>