MCPcopy
hub / github.com/027xiguapi/code-box / Position

Interface Position

utils/makerQRPost.ts:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import QRCode from "qrcode"
3
4interface Position {
5 x: number
6 y: number
7}
8
9export function editQRCodeImg() {
10 const title = document.title

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected