1.0.7 • Published 9 months ago
@myprofile2025/qr-code-styling v1.0.7
@myprofile2025/qr-code-styling
Beautiful QR code generator with customizable styling and logo support.
Installation
npm install @myprofile2025/qr-code-stylingQuick Start
import QRCodeStyling from '@myprofile2025/qr-code-styling';
const qrCode = new QRCodeStyling({
width: 300,
height: 300,
data: "Your data here",
dotsOptions: {
color: "#000000",
type: "rounded"
}
});
// Add to HTML
qrCode.append(document.getElementById("qr-container"));Features
- Custom styles and colors
- Logo support
- SVG and Canvas output
- TypeScript support