Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AnyPlot/Graphics
👩🎨 Build your GUI based on Canvas & SVG.
https://github.com/AnyPlot/Graphics
canvas graphics svg visualization
Last synced: 3 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T03:55:26.000Z (over 3 years ago)
- Last Synced: 2024-07-13T06:36:00.206Z (4 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.
[![npm Version](https://img.shields.io/npm/v/@anyplot/graphics.svg)](https://www.npmjs.com/package/@anyplot/graphics)
[![Build Status](https://github.com/anyplot/graphics/workflows/build/badge.svg)](https://github.com/anyplot/graphics/actions)
[![Coverage Status](https://coveralls.io/repos/github/AnyPlot/Graphics/badge.svg?branch=main)](https://coveralls.io/github/AnyPlot/Graphics?branch=main)
[![gzip](http://img.badgesize.io/https://unpkg.com/@anyplot/graphics/dist/graphics.min.js?compression=gzip)](https://unpkg.com/@anyplot/graphics)
[![npm License](https://img.shields.io/npm/l/@anyplot/graphics.svg)](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).