New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-mediainfo

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mediainfo

React Mediainfo.js

latest
Source
npmnpm
Version
0.0.42
Version published
Weekly downloads
8.1K
22.63%
Maintainers
1
Weekly downloads
 
Created
Source

React mediainfo.js 🎬

Simple solution for using MediaInfoLib in React or JS applications. It's using web worker to load everything flawlessly. MediaInfoLib web assembly is encoded inside the app so there are no web requests to the file.

Demo 👀

Try mediainfo.js in your browser which provides the same results: https://mediainfo.js.org

Usage 💻

Very simple

Installation

npm install react-mediainfo

//or

yarn add react-mediainfo

Usage

import { getInfo } from 'react-mediainfo'

getInfo(file)

Roadmap 📈

  • Cut size in half.
  • Create Hooks.
  • Create Wrapper Components.

Keywords

mediainfo.js

FAQs

Package last updated on 07 Dec 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