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

megakite/typst-qrcode-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")