@luisbeqja/web-sense
v0.1.2
Published
Webcomponent web-sense following open-wc recommendations
Downloads
112
Readme
<web-sense>
This webcomponent follows the open-wc recommendation.
Installation
npm i @luisbeqja/web-sense
Usage
<script type="module">
import '@luisbeqja/web-sense/web-sense.js';
</script>
<web-sense id="your_bot_id" />
Tooling configs
For most of the tools, the configuration is in the package.json
to reduce the amount of files in your project.
If you customize the configuration a lot, you can consider moving them to individual files.