🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

manucap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

manucap

## Install

3.0.3
Source
npm
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

manucap

Install

npm install --save manucap

Usage

import * as React from 'react'

import ManuCap from "manucap";

const Example = props => (
    <ManuCap.VideoPlayer
        id="testvpid"
        poster="https://archive.org/download/ElephantsDream/ElephantsDream.thumbs/ed_1024_000090.jpg"
        mp4="https://ia801209.us.archive.org/17/items/ElephantsDream/ed_1024.mp4"
    />
);

Development

Auto-reload in browser

When code is changed, it will rerender components in browser

npm run autoreload

Auto-build library

When code is changed, it will automatically create distribution package

npm start

Continuous unit testing

When code is changed, all tests are rerun

npm test

FAQs

Package last updated on 13 Dec 2024

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