Skip to content

Anagrr/Fuse.QrcodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fuse.QrcodeGenerator

Generate QR Code from Fuse App

Generated qr_code

Usage

Add this repos to your Fuse project

fusepm install https://github.com/Anagrr/Fuse.QrcodeGenerator

Update your project .uno file

 "Projects": [
    "fuse_modules/Anagrr/Fuse.QrcodeGenerator/Fuse.QrcodeGenerator/Fuse.QrcodeGenerator.unoproj"
  ],
  "Excludes": [
    "fuse_modules/"
  ],
  "FusePM": {
    "Dependencies": [
      "https://github.com/Anagrr/Fuse.QrcodeGenerator"
    ]
  }

To use QrCode genetaor just add the renderer with binding and place where you want to see a QR code

<QrCodeRenderer Alignment="Center" Text="{text}"/>

Binding should be in a parent. The size of the QR code will be calculated automatically.

Author

Thank to Serhii Bukrieiev for this awesome projet that save my life.

Have fun !

About

Adoption of JS lib to work with Fuse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published