0.0.4 • Published 4 years ago

gvis v0.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Gvis (WIP 🚧)

Codacy Badge codecov CircleCI Total alerts Language grade: JavaScript

A Javascript Canvas Library Powered By Weeb

Install

$ npm i gvis --save
# or
$ yarn add gvis

Usage

import Gvis from 'gvis'

const gvis = new Gvis({
  el: '#id',
  width: 200,
  height: 200,
})

givs.addImage({
  url: 'imageURL',
  size: {
    width: 200,
    height: 200,
  },
})

API document

todo

Dev Tools

Relative Links

Author

limichange