Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

video-recorder-itsaaz

Kavand-140083MIT1.0.59

This is a package usefull for recording webcam in every devices

persian, persian-video-recorder, persian-recorder, video-recorder-itsaaz, video-recorderobject, video-recorder, itsaaz-video, persian-video-recorder, video-recorder-persian

readme

video-recorder-itsaaz

NPM JavaScript Style Guide

Install

npm install --save video-recorder-itsaaz

Usage

for check the camera

import React, { useEffect } from "react";

import { CameraCheck } from "video-recorder-itsaaz";

const Example = () => {
  useEffect(() => {
    CameraCheck();
  }, []);
  return <div>{example}</div>;
};

for video recorder

import React,  from "react";

import { RecordVideo } from "video-recorder-itsaaz";

const Example = () => {

  return (
    <div>
      <RecordVideo
        setVideo={setvideo}
        videoHelp={videoHelp}
        reload={reload}
      />
    </div>
  );
};

For the style this package

import "video-recorder-itsaaz/src/style.css";

License

MIT © Kavand-1400


This hook is package using create-react-hook.