Socket
Socket
Sign inDemoInstall

@granite-elements/granite-app-media-periodic-image-capture

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@granite-elements/granite-app-media-periodic-image-capture

An element extending app-media-image-capture allowing a periodic image capture (i.e. x images per second)


Version published
Maintainers
1
Created
Source

Published on webcomponents.org

granite-app-media-periodic-image-capture

An element extending app-media-image-capture allowing a periodic image capture (i.e. x images per second)

Polymer 2.x element

Doc & demo

It works like app-media-image-capture but allowing periodic image capture using frequency property to fix the number of capture images per second and capture boolean property to activate or desactivate periodical capture.

You can see a full example on the demo.

https://lostinbrittany.github.io/granite-app-media-periodic-image-capture

Install

Install the component using Bower:

$ bower install LostInBrittany/granite-app-media-periodic-image-capture --save

Or download as ZIP.## Usage

  1. Import Web Components' polyfill (if needed):

    <script src="bower_components/webcomponentsjs/webcomponents.min.js"></script>
    
  2. Import Custom Element:

    <link rel="import" href="bower_components/granite-qrcode-scanner/granite-app-media-periodic-image-capture.html">
    
  3. Start using it!

    <granite-app-media-periodic-image-capture>
    </granite-app-media-periodic-image-capture>
    

Contributing

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

License

MIT License

FAQs

Package last updated on 04 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc