···142142 - title: "Output / Refiner / Default"
143143 desc: "The task of a refiner transformer is to remove the output state that is not meant to be saved to storage. For example, ephemeral tracks; this transformer will keep them in memory, but they will not be present in the output. **Ideally this is part of every theme, but you may swap it out with another transformer that might provide better defaults.**"
144144 url: "components/transformer/output/refiner/default/element.js"
145145- - title: "Output / Replicator / Broadcast"
146146- desc: "Replicates output `save` actions across browser tabs using a broadcast channel, keeping groups in sync."
147147- url: "components/transformer/output/replicator/broadcast/element.js"
148145 - title: "Output / String / JSON"
149146 desc: "Raw data schema output ⇄ JSON UTF8 string."
150147 url: "components/transformer/output/string/json/element.js"