# 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 is a general visualization tool for 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.zh-CN.md)
(video)
# Introduction VUtil 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. # Repo Intro This repository includes the following packages: 1. vutil: visualization toolkit collection 2. vdataset: data processing tool 3. vvisutil: math and graphics Tools # Usage ## Installation [npm package](https://www.npmjs.com/package/@visactor/vutil) ```bash // npm npm install @visactor/vutils // yarn yarn add @visactor/vutils ``` ## [More demos and detailed tutorials](https://visactor.io/vutil) # Related Links - [VGrammar](https://github.com/VisActor/VGrammar) - [VChart](https://visactor.io/vchart) # Contribution If you would like to contribute, please read the [Code of Conduct ](./CODE_OF_CONDUCT.md) 和 [ Guide](./CONTRIBUTING.zh-CN.md) first。 Small streams converge to make great rivers and seas! # License [MIT License](./LICENSE)