ajonp-video-capture
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

/ajonp-video-capture/

    Package Sidebar

    Install

    npm i ajonp-video-capture

    Weekly Downloads

    1

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • alex_codingcatdev