All Projects â†’ moklick â†’ cctv-everywhere

moklick / cctv-everywhere

Licence: other
👀 A creepy CCTV Widget for your website.

Programming Languages

javascript
184084 projects - #8 most used programming language

CCTV Everywhere

A creepy CCTV Widget for your website. Demo: http://moklick.github.io/cctv-everywhere/

Installation

$ npm install --save cctv-everywhere

Usage

/**
* Starts the cctv camera at the position and in the color of your choice.
* For the lazy: Just do cctv.watch();
*/
const CCTV = require('cctv-everywhere');

CCTV.watch({
  side: 'left', // default 'left'
  top: '50px',  // default '75px'
  color: 'rgba(0,0,0,.8)' // default '#303030'
});
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].