I get the following error when trying to compile. Please help.
Module not found: Error: Can't resolve 'html2canvas'
I get the following error when trying to compile. Please help.
Module not found: Error: Can't resolve 'html2canvas'
Install html2canvas and its typings with following commands
npm install --save html2canvas
npm install --save @types/html2canvas