gpui-qrcode 0.1.0

A QR code generator and renderer for gpui
Documentation

Simple QR Code Rendering component for gpui

Description

This is a simple QR code rendering component for gpui. It allows you to easily render QR codes in your gpui applications. It has a gpui-styled-based API to customize the appearance of the QR code to your liking.

Example

Example QR code rendered with gpui (click to see video)

Quick Start

Add via cargo add gpui-qrcode or manually to your Cargo.toml

[dependencies]
gpui-qrcode = "0.1.0"

For an example usage see the simple example.

Cargo Features

  • qrcode-support (enabled by default) brings support to directly convert the widget from a QRCode generated by the great qrcode-crate.