{"id":19978129,"url":"https://github.com/visactor/vutil","last_synced_at":"2025-07-27T23:40:57.218Z","repository":{"id":173839779,"uuid":"649514757","full_name":"VisActor/VUtil","owner":"VisActor","description":"VUtil is a general visualization tool for VisActor","archived":false,"fork":false,"pushed_at":"2025-07-07T07:17:17.000Z","size":1670,"stargazers_count":41,"open_issues_count":6,"forks_count":11,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-07-07T08:30:11.834Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VisActor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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,"zenodo":null}},"created_at":"2023-06-05T03:34:09.000Z","updated_at":"2025-07-07T07:15:03.000Z","dependencies_parsed_at":"2023-10-16T18:58:49.043Z","dependency_job_id":"0cd82834-dfda-4ec8-8a39-2660338c00b7","html_url":"https://github.com/VisActor/VUtil","commit_stats":null,"previous_names":["visactor/vutil"],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/VisActor/VUtil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisActor%2FVUtil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisActor%2FVUtil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisActor%2FVUtil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisActor%2FVUtil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VisActor","download_url":"https://codeload.github.com/VisActor/VUtil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VisActor%2FVUtil/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267441914,"owners_count":24087777,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-13T03:30:49.663Z","updated_at":"2025-07-27T23:40:57.192Z","avatar_url":"https://github.com/VisActor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://github.com/VisActor#gh-light-mode-only\" target=\"_blank\"\u003e\n    \u003cimg alt=\"VisActor Logo\" width=\"200\" src=\"https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/VisActor#gh-dark-mode-only\" target=\"_blank\"\u003e\n    \u003cimg alt=\"VisActor Logo\" width=\"200\" src=\"https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eVUtil\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nVUtil is a general visualization tool for VGrammar.\n\n![unit test](https://github.com/visactor/vutil/actions/workflows/unit-test.yml/badge.svg?event=push)\n[![npm Version](https://img.shields.io/npm/v/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils)\n[![npm Download](https://img.shields.io/npm/dm/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils)\n[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/visactor/vutil/blob/main/LICENSE)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nEnglish| [简体中文](./README.zh-CN.md)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n（video）\n\n\u003c/div\u003e\n\n# Introduction\n\nVUtil is a general visualization tool for visual grammar library [VGrammar](https://github.com/VisActor/VGrammar). Including data processing, mathematical tools, js code tools, and graphics processing tools.\n\n# Repo Intro\n\nThis repository includes the following packages:\n\n1. vutil: visualization toolkit collection\n2. vdataset: data processing tool\n3. vvisutil: math and graphics Tools\n\n# Usage\n\n## Installation\n\n[npm package](https://www.npmjs.com/package/@visactor/vutil)\n\n```bash\n// npm\nnpm install @visactor/vutils\n\n// yarn\nyarn add @visactor/vutils\n```\n\n##\n\n[More demos and detailed tutorials](https://visactor.io/vutil)\n\n# Related Links\n\n- [VGrammar](https://github.com/VisActor/VGrammar)\n- [VChart](https://visactor.io/vchart)\n\n# Contribution\n\nIf you would like to contribute, please read the [Code of Conduct ](./CODE_OF_CONDUCT.md) 和 [ Guide](./CONTRIBUTING.zh-CN.md) first。\n\nSmall streams converge to make great rivers and seas!\n\n\u003ca href=\"https://github.com/visactor/vutil/graphs/contributors\"\u003e\u003cimg src=\"https://contrib.rocks/image?repo=visactor/vutil\" /\u003e\u003c/a\u003e\n\n# License\n\n[MIT License](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisactor%2Fvutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisactor%2Fvutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisactor%2Fvutil/lists"}