0.0.1 • Published 7 years ago

ajonp-video-capture v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Built With Stencil

Video Capture

This is a stencil to build a video capture Web Component.

Using this component

Script tag

  • Publish to NPM
  • Put a script tag similar to this <script src='https://unpkg.com/ajonp-video-capture@0.0.1/dist/ajonp.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 ajonp-video-capture --save
  • Put a script tag similar to this <script src='node_modules/ajonp-video-capture/dist/myname.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 ajonp-video-capture --save
  • Add { name: 'ajonp-video-capture' } to your collections
  • Then you can use the element anywhere in your template, JSX, html etc

stencil-video