language tools components for parsing lines and reading text with the webspeech API.
npm install tj-language-tools
There are three strategies we recommend for using web components built with Stencil.
The first step for all three of these strategies is to publish to NPM.
- Put a script tag similar to this in the head of your index.html
- Then you can use the element anywhere in your template, JSX, html etc
npm install my-component --save in the head of your index.htmlnpm install my-component --saveimport my-component;