feat: update base path, and add image processing utility scripts

This commit is contained in:
2026-07-10 11:58:52 -04:00
parent d355feb243
commit dc2fa3e681
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ export async function renderQRCode(employeeId, canvasElement) {
document.body.appendChild(tmp);
new QRCodeLib(tmp, {
text: `http://localhost:5173/employee/${cleanId}`,
text: `http://localhost:5173/empleado-id/${cleanId}`,
width: 55,
height: 55,
colorDark: '#000000',