based on open-wc recommendation.
<script type="module">
import './svelte-wc.js';
</script>
<svelte-wc></svelte-wc>
To scan the project for linting errors, run
npm run lint
To run the suite of karma tests, run
npm run test
To run the tests in watch mode (for TDD, for example), run
npm run test:watch
To run a local instance of Storybook for your component, run
npm run storybook
To build a production version of Storybook, run
npm run storybook:build