File "actuimg.js"
Full Path: C:/wamp64/www/APPSST/js/actuimg.js
File size: 389 bytes
MIME-type: text/plain
Charset: utf-8
document.getElementById('frmio').addEventListener("submit", function(e) {
$canvas = document.querySelector("#canvas");
var image = $canvas.toDataURL(); // data:image/png....
document.getElementById('base64').value = image;
swal.fire({
icon: 'success',
title: 'FELICITACIONES!!!',
text: 'Firma actualizada exitosamente'
})
}, false);