Cargo Features

fast_qr has no features set by default.

[dependencies]
fast_qr = { version = "0.12.3", features = ["svg", "image", "wasm-bindgen"] }
svg image?

Affects convert::svg, wasm::SvgOptions, wasm::qr_svg

image = svg

Enables resvg ^0.28.0

Affects convert::image

wasm-bindgen

Enables wasm-bindgen

Affects convert::Shape