标签: html2canvas
我正在我的angular 7应用程序中设置pdf下载选项。为此,我需要导入html2canvas。但这显示了错误
找不到模块html2canvas
我在下面附上我的代码
import * as jsPDF from 'jspdf'; import * as html2canvas from 'html2canvas';