Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 377 Bytes

typst-qrcode-wasm

QR Code plugin for Typst.

Usage

Download WASM plugin from Releases and place it wherever you want.

Then from Typst:

#let typst-qrcode-wasm = plugin("path/to/typst_qrcode_wasm.wasm")
#let qrcode(arg) = image.decode(str(
  typst-qrcode-wasm.generate(bytes(arg))
))
#qrcode("Lorem ipsum")