Skip to content

esidegallery/as3-qrcode-encoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

AS3 QR Code encoder is an adaptation of qrencode open source C library to as3 language. This library allow you to generate a qr code from your application (Flex, Flash, AIR) on offline mode.

Usage

var qr:QRCode = new QRCode();
qr.encode("String to encode");
var bitmap:Bitmap = new Bitmap(qr.bitmapData);

The project is under MIT License.

About

A QR code encoder for ActionScript 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ActionScript 100.0%