st-muse is simple Stencil component that connects into Muse device using muse.js.
To try this component:
git clone https://github.com/gilf/st-muse.git my-app
cd my-app
git remote rm origin
and run:
npm install
npm start
- Put the component script tag in the head of your index.html
- Then you can use the element
<st-muse>
anywhere in your template, JSX, html etc