The following code freezes due to generating too large file:
using TensorQEC, TensorQEC.Yao
# Load and parse the Stim circuit file
qc = parse_stim_file(joinpath(@__DIR__, "bbcode.stim"), 288)
vizcircuit(qc; filename=joinpath(@__DIR__, "bbcode.svg"))
unzip the following file to extract bbcode.stim.
bbcode.zip