Options

 
Logo
 
Options
 
X, Y Setting


import React from 'react';
import { useQRCode } from 'next-qrcode';

function App() {
  const {  } = useQRCode();

  return (
    
  );
}