font-convert-all-resources-flow

Visualization

Source xml

<flow xmlns="https://app.respresso.io/public/schema/flow.xsd">
	<nodes>
		<processor id="parser" name="AllFontsParserProcessor" version="1"/>
		<processor id="swift" name="AllFontsToSwiftClassConverterProcessor" version="1"/>
		<!-- Flutter is EXPERIMENTAL-->
		<!-- <processor id="flutter" name="AllFontsToFlutterClassConverterProcessor" version="1"/> -->
	</nodes>
	<connections>
		<connection from="@input" to="parser"/>
		<connection from="parser" to="swift"/>
		<!--<connection from="parser" to="flutter"/>-->
		<connection read="files" from="swift" write="files[+]" to="@output"/>
		<!--<connection read="files" from="flutter" write="files[+]" to="@output"/>-->
	</connections>
</flow>