@arrowshq/embed-snippet
v0.0.3
Published
Vanilla JS embed snippet that is responsible to fetch @arrowshq/embed-core and thus show Arrows Plan as an embed on a page.
Downloads
11
Readme
embed-snippet
Vanilla JS embed snippet that is responsible to fetch @arrowshq/embed-core and thus show Arrows Plan 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>