ciag-audio-recorder
v1.1.13
Published
Stencil Component Starter
Downloads
10
Readme
Using this component
Script tag
- Put a script tag similar to this
<script src='https://unpkg.com/[email protected]/dist/audio-recorder.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
Node Modules
- Run
npm install audio-recorder --save
- Put a script tag similar to this
<script src='node_modules/audio-recorder/dist/audio-recorder.js'></script>
in the head of your index.html - Then you can use the element anywhere in your template, JSX, html etc
In a stencil-starter app
- Run
npm install audio-recorder --save
- Add an import to the npm packages
import audio-recorder;
- Then you can use the element anywhere in your template, JSX, html etc