QrCode ; // Simple operation const qr0 = QRC.encodeText("Hello, world!", QRC.Ecc.MEDIUM); const svg = toSvgString(qr0, 4); // See qrcodegen-input ...
確定! 回上一頁