From 763c5669c7674980d16764fa0376e452f8078c46 Mon Sep 17 00:00:00 2001 From: b4rtaz Date: Thu, 22 Feb 2024 21:04:12 +0100 Subject: [PATCH] added explanation to playground demo. --- demos/webpack-app/public/playground.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/webpack-app/public/playground.html b/demos/webpack-app/public/playground.html index 59fc1a2..eae3a41 100644 --- a/demos/webpack-app/public/playground.html +++ b/demos/webpack-app/public/playground.html @@ -19,14 +19,14 @@

🛠 Playground

This demo enables you to design a workflow and test it. After any change, the workflow is re-executed. Additionally, you can - adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the console to + adjust input values utilized in the workflow to observe how your algorithm operates with various data. Check the below console to view the execution logs.

Inputs

-

Logs

+

Console

Outputs