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 originand 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