New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-favicon-video

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-favicon-video

Videos in your favicon!

0.0.3
latest
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Favicon-Video

Play videos in your favicon!

Setup

$ npm install
$ node app.js

Then visit http://localhost:3000/index.html to see an example.

Server API

GET /frames

Returns an array of base64-encoded 16x16 pixels video frames at 10fps.

Request Parameters
namedescription
src_urlSource URL for the original video clip
callbackCallback for JSONP support

JavaScript client library

Favicon.play(options)

Play a video in the favicon. Takes the following parameters:

  • server: specify the running node instance
  • src: the URL to the source video clip
Favicon.set(url)

Replace any existing favicon with one at the specified URL.

License

MIT © 2013-2017 Shutterstock Images, LLC

Keywords

video

FAQs

Package last updated on 29 Nov 2017

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