JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q40114F
  • License ISC

A utility package to generate QR codes

Package Exports

  • @shreyaadhikari/qr-code-generator
  • @shreyaadhikari/qr-code-generator/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@shreyaadhikari/qr-code-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

��# qr-code-generator # QR Code Generator A simple Node.js package for generating QR codes and saving them as image files. Ideal for adding QR code functionality to your Node.js applications effortlessly. ## Features - Generate QR Codes: Easily generate QR codes from text. - Save as Image: Save the generated QR codes directly to image files (PNG format). ## Installation You can install this package using npm: `bash npm install @yourusername/qr-code-generator