An open API service indexing awesome lists of open source software.

https://github.com/soare-robert-daniel/qr-code-generator-block

A simple QR Code generator for WordPress
https://github.com/soare-robert-daniel/qr-code-generator-block

fable fable-react fsharp qrcode-generator wordpress-block wordpress-plugin

Last synced: 11 months ago
JSON representation

A simple QR Code generator for WordPress

Awesome Lists containing this project

README

          

# QR Code Generator For WordPress

## About
A simple QR Code generator block made around [the library created by Kazuhiko Arase](https://kazuhikoarase.github.io/qrcode-generator/js/demo/) using Fable and F#

The word "QR Code" is registered trademark of [DENSO WAVE INCORPORATED](http://www.denso-wave.com/qrcode/faqpatent-e.html)

## Resources
- https://fsharpforfunandprofit.com/
- https://dotnet.microsoft.com/languages/fsharp
- https://fable.io/
- https://github.com/fable-compiler/fable-react
- https://github.com/WordPress/gutenberg

## Screenshots

![editor](assets/editor_qr_code.png)

![save](assets/save_qr_code.png)

## Block Installation

1. Upload the plugin files to the `/wp-content/plugins/simple-qr-code-generator-block` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress

## Changelog

### 1.1.0
- Add Translation

### Version 1.0.0
- Release