react-remove-green-background
v1.11.0
Published
Made with create-react-library
Downloads
9
Readme
React Remove Green Background
Install
npm install --save remove-green-background
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