Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syohex/emacs-qrencode

libqrencode binding of Emacs Lisp
https://github.com/syohex/emacs-qrencode

Last synced: about 19 hours ago
JSON representation

libqrencode binding of Emacs Lisp

Awesome Lists containing this project

README

        

# qrencode

[libqrencode](https://fukuchi.org/works/qrencode/) binding of Emacs Lisp.

## Screenshot

![qrencode](image/qrencode.png)

## Interfaces

#### `(qrencode string &optional scale)`

Encode `string` to QRCode.

#### `M-x qrencode-region`

Encode region string to QRCode.