React component based in html2canvas
npm install react-html2canvas npm i react-html2canvas `Basic Usage
`
import React, { useRef } from 'react'
import ReactHtml2Canvas from 'react-html2canvas'const ref = useRef()
const handleClick = () => {
ref.current.handleDownload();
}
hello
``