# VUtil **Repository Path**: VisActor/VUtil ## Basic Information - **Project Name**: VUtil - **Description**: VUtil is a general visualization tool for VisActor - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-13 - **Last Updated**: 2023-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
VisActor Logo VisActor Logo

VUtil

VUtil 是 VGrammar 的通用可视化工具包。 ![unit test](https://github.com/visactor/vutil/actions/workflows/unit-test.yml/badge.svg?event=push) [![npm Version](https://img.shields.io/npm/v/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils) [![npm Download](https://img.shields.io/npm/dm/@visactor/vutils.svg)](https://www.npmjs.com/package/@visactor/vutils) [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/visactor/vutil/blob/main/LICENSE)
[English](./README.md) | 简体中文
(演示视频)
# 简介 VUtil 是可视化语法库[VGrammar](https://github.com/VisActor/VGrammar) 的通用可视化工具。 包括数据处理、数学工具、js 代码工具、图形处理工具。 # 仓库简介 本仓库包含如下 package 1. vutil:可视化工具包合集 2. vdataset:数据处理工具 3. vvisutil:数学和图形工具 # 使用 ## 安装 [npm package](https://www.npmjs.com/package/@visactor/vutil) ```bash // npm npm install @visactor/vutils // yarn yarn add @visactor/vutils ``` ## [更多 demo 和详细教程](https://visactor.io/vutil) # 相关链接 - [VGrammar](https://github.com/VisActor/VGrammar) - [VChart](https://visactor.io/vchart) # 参与贡献 如想参与贡献,请先阅读 [行为准则](./CODE_OF_CONDUCT.md) 和 [贡献指南](./CONTRIBUTING.zh-CN.md)。 细流成河,终成大海! # 许可证 [MIT 协议](./LICENSE)