5138c676b1 | ||
---|---|---|
.. | ||
src | ||
README.md | ||
env.d.ts | ||
package.json | ||
tsconfig.json | ||
vite.config.js |
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>