Image to Post - qr code

This commit is contained in:
Matthew Barbour 2020-10-26 10:21:55 -05:00
parent fa2a982303
commit a1fc842af6

View file

@ -11,7 +11,7 @@ class QRImageInfo extends ExtensionInfo
public $license = self::LICENSE_GPLV2;
public $description = "Turns BBCode into HTML";
public $documentation =
"Shows a QR Code for downloading an image to cell phones.
Based on Artanis's Link to Image Extension <artanis.00@gmail.com>
"Shows a QR Code for downloading a post to cell phones.
Based on Artanis's Link to Post Extension <artanis.00@gmail.com>
Further modified by Shish to remove the 7MB local QR generator and replace it with a link to google chart APIs";
}