declare-js allows you to visualize your Declare process specifications, modify them, or create new ones from scratch. The visual and textual representations work seamlessly together.
You can embed declare-js in your webpage by downloading the source code and defining a container, as shown in the example on the left.
Download Open the Git Repo<html> <body style="height: 100vh; margin: 0px"> <div id="declareContainer"></div> <script src="declae-js.min.js"></script> </body> </html>