https://github.com/codercatdev/ajonp-video-capture
https://github.com/codercatdev/ajonp-video-capture
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codercatdev/ajonp-video-capture
- Owner: codercatdev
- License: mit
- Created: 2017-10-01T15:14:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-01T16:58:12.000Z (over 8 years ago)
- Last Synced: 2025-05-11T04:53:51.600Z (about 1 year ago)
- Language: JavaScript
- Size: 209 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Video Capture
This is a stencil to build a video capture Web Component.
## Using this component
### Script tag
- [Publish to NPM](https://docs.npmjs.com/getting-started/publishing-npm-packages)
- Put a script tag similar to this `` 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 `` 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](https://github.com/ionic-team/stencil-starter/blob/master/stencil.config.js#L5)
- Then you can use the element anywhere in your template, JSX, html etc
# stencil-video