This switches demo pages and modules to local web/vendor assets, fixes Three GLTFLoader local import resolution, and documents the runtime-data/agent commit workflow updates. Made-with: Cursor
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/**
|
||||
* QR code generation for key display (pk = private key, pb = public key).
|
||||
* Uses qrcode package from CDN.
|
||||
* Uses vendored qrcode package.
|
||||
*/
|
||||
import QRCode from "https://esm.sh/qrcode?bundle";
|
||||
import QRCode from "./vendor/qr/qrcode.bundle.mjs";
|
||||
|
||||
const DEFAULT_SIZE = 180;
|
||||
const DARK = "#0f172a";
|
||||
|
||||
Reference in New Issue
Block a user