{"id":16863628,"url":"https://github.com/hengkx/react-flow-editor2","last_synced_at":"2026-05-11T06:48:11.478Z","repository":{"id":169342106,"uuid":"254712186","full_name":"hengkx/react-flow-editor2","owner":"hengkx","description":null,"archived":false,"fork":false,"pushed_at":"2020-04-25T11:15:28.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T20:30:08.521Z","etag":null,"topics":["flow-editor","react"],"latest_commit_sha":null,"homepage":"https://react-flow-editor2.now.sh","language":"JavaScript","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/hengkx.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":"2020-04-10T18:54:05.000Z","updated_at":"2020-04-25T11:15:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddd4396d-6339-43dd-ab14-f63a953a6019","html_url":"https://github.com/hengkx/react-flow-editor2","commit_stats":null,"previous_names":["hengkx/react-flow-editor2"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengkx%2Freact-flow-editor2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengkx%2Freact-flow-editor2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengkx%2Freact-flow-editor2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hengkx%2Freact-flow-editor2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hengkx","download_url":"https://codeload.github.com/hengkx/react-flow-editor2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244261257,"owners_count":20424911,"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":["flow-editor","react"],"created_at":"2024-10-13T14:39:10.543Z","updated_at":"2026-05-11T06:48:11.444Z","avatar_url":"https://github.com/hengkx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-flow-editor2\n\nReact Flow Editor.\n\n[![NPM version][npm-image]][npm-url] [![build status][circleci-image]][circleci-url] [![Test coverage][coveralls-image]][coveralls-url] [![node version][node-image]][node-url] [![npm download][download-image]][download-url]\n\n[npm-image]: http://img.shields.io/npm/v/react-flow-editor2.svg?style=flat-square\n[npm-url]: http://npmjs.org/package/react-flow-editor2\n[circleci-image]: https://img.shields.io/circleci/build/github/hengkx/react-flow-editor2/master.svg?style=flat-square\n[circleci-url]: https://circleci.com/gh/hengkx/react-flow-editor2/tree/master\n[coveralls-image]: https://img.shields.io/codecov/c/github/hengkx/react-flow-editor2/master.svg?style=flat-square\n[coveralls-url]: https://codecov.io/gh/hengkx/react-flow-editor2\n[node-image]: https://img.shields.io/badge/node.js-%3E=_6.0-green.svg?style=flat-square\n[node-url]: http://nodejs.org/download/\n[download-image]: https://img.shields.io/npm/dm/react-flow-editor2.svg?style=flat-square\n[download-url]: https://npmjs.org/package/react-flow-editor2\n\n## Development\n\n```bash\nnpm install\nnpm start\nopen http://localhost:9001/\n```\n\n## Install\n\n[![react-flow-editor2](https://nodei.co/npm/react-flow-editor2.png)](https://npmjs.org/package/react-flow-editor2)\n\n## Usage\n\n```js\nimport React from 'react';\nimport ReactFlowEditor from 'react-flow-editor2';\n\nconst data = {\n  nodes: [\n    { id: '1', x: 100, y: 100 },\n    { id: '2', x: 200, y: 200 },\n  ],\n  edges: [],\n};\n\nconst Demo = () =\u003e \u003cReactFlowEditor data={data} /\u003e;\nexport default Demo;\n```\n\n## Todo\n\n- [ ] 未完成\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengkx%2Freact-flow-editor2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhengkx%2Freact-flow-editor2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhengkx%2Freact-flow-editor2/lists"}