Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syohex/emacs-qrencode
- Owner: syohex
- Created: 2016-02-16T06:06:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T02:37:19.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T06:08:10.322Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.