1.11.0 • Published 2 years ago

react-remove-green-background v1.11.0

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

React Remove Green Background

JavaScript Style Guide

Install

npm install --save remove-green-background

npm.io

Usage

import { TransparentCanvas } from 'react-remove-green-background'

export const Component = () => {
  <TransparentCanvas
    rColor={150}
    gColor={130}
    autoPlay={true}
    videoSrc='video_path.mp4'
    loop={true}
  />
}

# videoSrc = The path of the video you want to use

# autoPlay = Auto play feature, gets true or false

# rColor = Red color

# gColor = Green color

# bColor = Blue color

# originalVideo = Show original video, gets true or false

License

MIT © serkancagman

1.11.0

2 years ago

1.10.0

2 years ago

1.9.0

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago