UNPKG

@webwriter/flowchart

Version:

Create programming flowcharts with interactive tasks. Use standardized Elements such as loops and Branchings.

15 lines (14 loc) 647 B
<!DOCTYPE html> <html encoding="utf8"> <head> <title>Flowchart Widget</title> <script src="index.ts" type="module"></script> </head> <body> <webwriter-flowchart></webwriter-flowchart> <form autocomplete="off" style="position: fixed; bottom: 0; right: 0; padding: 10px; background: rgba(255, 255, 255, 0.75)"> <input checked type="checkbox" onchange="document.querySelector('webwriter-flowchart').toggleAttribute('editable')">editable</input> <input type="checkbox" onchange="document.querySelector('webwriter-flowchart').toggleAttribute('printable')">printable</input> </form> </body> </html>