- git (
scoop install git) - busybox for
sedcommand (scoop install busybox) - nodejs version 14 (
scoop bucket add versions; scoop install nodejs14)
-
Open html file with broswer
-
Open console, paste following code snippet
let base64png;
fetch('https://html2canvas.hertzen.com/dist/html2canvas.min.js')
.then(response => response.text())
.then(text => eval(text))NewerOlder