1.1.13 • Published 6 years ago

ciag-audio-recorder v1.1.13

Weekly downloads
-
License
MIT
Repository
-
Last release
6 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

6 years ago

1.1.12

6 years ago

1.1.11

6 years ago

1.1.10

6 years ago

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago