https://github.com/AnyPlot/Graphics
👩🎨 Build your GUI based on Canvas & SVG.
https://github.com/AnyPlot/Graphics
canvas graphics svg visualization
Last synced: 5 months ago
JSON representation
👩🎨 Build your GUI based on Canvas & SVG.
- Host: GitHub
- URL: https://github.com/AnyPlot/Graphics
- Owner: AnyPlot
- License: mit
- Created: 2021-02-10T07:18:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T03:55:26.000Z (about 4 years ago)
- Last Synced: 2024-08-03T09:13:11.811Z (9 months ago)
- Topics: canvas, graphics, svg, visualization
- Language: TypeScript
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-github-star - Graphics
README
# @AnyPlot/Graphics
> 👩🎨 Build your GUI based on Canvas & SVG.
[](https://www.npmjs.com/package/@anyplot/graphics)
[](https://github.com/anyplot/graphics/actions)
[](https://coveralls.io/github/AnyPlot/Graphics?branch=main)
[](https://unpkg.com/@anyplot/graphics)
[](https://www.npmjs.com/package/@anyplot/graphics)## Features
## Install
```bash
$ npm i --save @anyplot/graphics
```## Usage
## Dev
```bash
# install dependence
$ npm install# run test cases
$ npm run test# build package
$ npm run build
```## License
MIT@[hustcc](https://github.com/hustcc).