1.0.14 • Published 6 years ago

my-camera v1.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

My Camera

Published on webcomponents.org

Simple component based on JS custom elements, which allow you to get access to your current device camera.

There's also ability to record stream and download.

Not compatilbe with some browsers, do not use it in production

Installation

npm install my-camera

And include somewhere in your app:

@import 'my-camera'

Or include stright in your index.html

<script rel="import" src="node_modules/dist/my-camera.js"></script>

Usage

<my-camera controls autoplay audio record></my-camera>

The controls and autoplay works like in video HTMLElement. Include audio attribute if you want to record audio as well.

And finally, record attribute will inlcude a simple button on top of Video, on click it starts recording, on stop recorded video will be downloaded!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

First release

License

Shared on MIT license, check LICENSE.

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago