moklick / cctv-everywhere

πŸ‘€ A creepy CCTV Widget for your website.

Home Page:https://moklick.github.io/cctv-everywhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'
});
    

About

πŸ‘€ A creepy CCTV Widget for your website.

https://moklick.github.io/cctv-everywhere

License:Other


Languages

Language:JavaScript 100.0%