Skip to content

A feature-rich cross-browser javascript QRCode generator

Compare
Choose a tag to compare
@ushelp ushelp released this 04 Jun 01:30
· 21 commits to master since this release

EasyQRCodeJS is a feature-rich cross-browser pure JavaScript QRCode generation library. Support Canvas, SVG and Table drawing methods. Support Dot style, Logo, Background image, Colorful, Title etc. settings. Support Angular, Vue.js, React, Next.js, Svelte framework. Support binary(hex) data mode.(Running with DOM on client side)

  • Cross-browser support for QR code generation based on HTML5 Canvas, SVG and Table
  • Required Patterns that support dot style
  • Support for Quiet Zone settings
  • Support custom Position Pattern inner fill and outer border color
  • Support custom Alignment Pattern inner fill and outer border color
  • Support custom Timing Patterns vertical, horizontal color
  • Support Logo images (including transparent PNG images)
  • Support Background Image
  • Support for title, subtitle settings
  • Has no dependencies
  • Support AMD, CMD, CommonJS/Node.js JavaScript modules
  • Angular, Vue.js, React, Next.js Support
  • Support binary(hex) data mode
  • Support TypeScript