1.0.7 • Published 9 months ago

@myprofile2025/qr-code-styling v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@myprofile2025/qr-code-styling

Beautiful QR code generator with customizable styling and logo support.

Installation

npm install @myprofile2025/qr-code-styling

Quick 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
1.0.7

9 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago