{"id":19431419,"url":"https://github.com/devhau/visualflow","last_synced_at":"2026-05-19T07:34:14.724Z","repository":{"id":40534799,"uuid":"478658746","full_name":"devhau/visualflow","owner":"devhau","description":"Visual Flow Creator","archived":false,"fork":false,"pushed_at":"2023-12-26T03:53:31.000Z","size":7144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T00:19:02.654Z","etag":null,"topics":["desginer","flow","flow-creator","flowchart","flowtype","javascript","visual-flow-creator","visualflow"],"latest_commit_sha":null,"homepage":"https://demo.visualflow.cc/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devhau.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-06T17:22:06.000Z","updated_at":"2023-12-26T03:52:51.000Z","dependencies_parsed_at":"2024-11-10T14:31:43.598Z","dependency_job_id":"fa5c1bf2-61fa-4c4c-aed0-3f70e99ae576","html_url":"https://github.com/devhau/visualflow","commit_stats":{"total_commits":84,"total_committers":2,"mean_commits":42.0,"dds":"0.33333333333333337","last_synced_commit":"279510d3add7e728db28e4a6d18e0a7f32036fd8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fvisualflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fvisualflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fvisualflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhau%2Fvisualflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhau","download_url":"https://codeload.github.com/devhau/visualflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612533,"owners_count":19829027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desginer","flow","flow-creator","flowchart","flowtype","javascript","visual-flow-creator","visualflow"],"created_at":"2024-11-10T14:29:34.511Z","updated_at":"2025-09-23T18:51:09.972Z","avatar_url":"https://github.com/devhau.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visual Flow Creator\n\nwebsite: https://visualflow.cc/\n\ndemo: https://demo.visualflow.cc/\n\nWorkflow package:\n\n- @visualflow/core (Done)\n- @visualflow/web (Planning)\n- @visualflow/pc (Planning)\n- @visualflow/office (Planning)\n- @visualflow/moblie (Planning)\n\nSetup:\n\n```\nnpm i visualflow\n```\n\nsetup on browser\n\n```\n\n  let optionFlow = {\n    properties: {\n      name: {\n        default: \"\"\n      },\n    },\n    control: {}\n  }\n  visualflow_core.workerManager.getControlNodes().forEach((item) =\u003e {\n    optionFlow.control[item.key] = item;\n  })\n  let flow = (new visualflow.VisualFlow(document.getElementById(\"flow\")));\n  flow.setOption(optionFlow, false);\n  flow.newSolution();\n  flow.callbackRunProject((data, callbackEnd) =\u003e {\n    console.log(data);\n    setTimeout(() =\u003e {\n      visualflow_core.workerManager.LoadData(data).excute();\n      callbackEnd?.();\n    });\n  })\n  flow.callbackStopProject(() =\u003e {\n    visualflow_core.workerManager.stop();\n  })\n  visualflow_core.workerManager.on('worker_end', () =\u003e {\n    flow.setRunning(false);\n  });\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhau%2Fvisualflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhau%2Fvisualflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhau%2Fvisualflow/lists"}