1.1.13 • Published 5 years ago

ciag-audio-recorder v1.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/audio-recorder@0.0.1/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
1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.0

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago