Create sequence diagrams with simple online tool

Swimlanes.io is a free webapp for making sequence diagrams. You simply edit the text on the left and the diagram is updated in real time. You can download your sequence diagrams as images or distribute with a link.

title: {fab-font-awesome} Font Awesome overview alias One: {fas-user fa-2x} note: Use Font Awesome fonts with: ``` {fas-icon} for solid icons {far-icon} for regular icons {fal-icon} for light icons {fad-icon} for duotone icons {fab-icon} for brand icons ``` See [fontawesome.com](https://fontawesome.com/v5.10.1/icons?d=gallery) for a full list of available icons. One -> Two: {fas-duck} solid, {far-duck} regular, {fal-duck} light, {fad-duck} duotone, {fab-font-awesome-flag} brand _: **Sizing** note: Change the size of the icon with the `fa-lg` moifier for _large_ and `fa-2x` for double size Two -> One: {fas-duck} normal, {fas-duck fa-lg} large, {fas-duck fa-2x} 2x _: **Alias** note:If you use icons in actor names it can be convientent to use an _alias_ ``` alias name: new-name ``` {far-arrow-left} See commented code for example // Uncomment next line to add an alias for "Two" // alias Two: {fas-elephant fa-lg} Aliasing {far-hippo fa-lg}