UNPKG

mapbox-gl

Version:
7 lines (5 loc) 209 B
import address from 'address'; import qrcode from 'qrcode-terminal' const url = `http://${address.ip()}:9966/test/release/index.html`; console.warn(`Scan this QR code or enter ${url}`); qrcode.generate(url);