pi-remote-control/extensions/pi-remote-control
Yejun Su 824ae6a203
fix: replace qrencode system dependency with pure-JS qrcode package
Use the 'qrcode' npm package instead of shelling out to the 'qrencode'
binary. Load via createRequire for ESM/CJS interop. Use margin: 2 to
avoid the utf8 renderer's invalid array length bug with odd margins.
2026-03-19 12:59:05 +08:00
..
auth.ts refactor: extract index.ts into config, auth, messages, html, and server modules 2026-03-19 12:43:31 +08:00
config.ts refactor: extract index.ts into config, auth, messages, html, and server modules 2026-03-19 12:43:31 +08:00
html.ts refactor: extract index.ts into config, auth, messages, html, and server modules 2026-03-19 12:43:31 +08:00
index.ts fix: replace qrencode system dependency with pure-JS qrcode package 2026-03-19 12:59:05 +08:00
messages.ts refactor: extract index.ts into config, auth, messages, html, and server modules 2026-03-19 12:43:31 +08:00
server.ts refactor: extract index.ts into config, auth, messages, html, and server modules 2026-03-19 12:43:31 +08:00