在React中,使用html2canvas,进行截屏下载。

使用html2canvas,进行截屏下载。

import React, {
    useRef } from 'react';
import {
    Button } from 'antd';
import printPage from 'html2canvas';

const Index 

你可能感兴趣的:(react,html)