🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

evil-player

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

evil-player

An unstoppable video player for landings

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

evil-player

An unstoppable video player for landings

NPM JavaScript Style Guide

Install

npm install --save evil-player

Usage

import React, { Component } from 'react'

import { EvilPlayer } from 'evil-player'

class Example extends Component {
  render () {
    return (
      <EvilPlayer
        src='https://firebasestorage.googleapis.com/v0/b/my-landing-924bb.appspot.com/o/offer.mp4?alt=media'
        poster='https://picsum.photos/960/540?random=poster-1'
        width={960}
        height={540}
        ranges={[
          {
            from: 42,
            to: 64,
            onEnter: () => console.log('show offer'),
            onExit: () => console.log('hide offer'),
            onTimeupdate: () => void null
          }
        ]}
      />
    )
  }
}

License

MIT © YChebotaev

FAQs

Package last updated on 12 Oct 2020

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