0.2.1 • Published 3 years ago

react-video-analyzer-widgets v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

React Azure Video Analyzer widgets

React wrapper for Azure Video Analyzer widgets

demo image

Install

yarn add react-video-analyzer-widgets

Usage

import React from 'react';
import { AVAPlayer } from 'react-video-analyzer-widgets';

const Example = () => {
  return (
    <>
      <AVAPlayer videoName={videoName} clientApiEndpointUrl={clientApiEndpointUrl} token={token} maxWidth={'700px'} width={'100%'} />
    </>
  );
};
0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago