3.0.0 • Published 7 years ago

cw-drawtable v3.0.0

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

cw-drawtable

公司内部使用的, 把数据组成table样式,并以图片格式输出,方便微信里分享

安装

    npm i cw-drawtable

示例

  const title = "2018-01-30(星期二)英语作业"
  const titles = ["深圳九年级听说考试第7期"]
  const reviceObject = '三年二班'
  const scoreList = [{name: "张三", totalScore: null, score: Array(1)},{name: "李四", totalScore: null, score: Array(1)}]

  new DrawTable(title, reviceObject, titles, scoreList, '#52CC8F')
3.0.0

7 years ago

2.1.4

7 years ago

2.1.3

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.0.8

7 years ago

2.0.6

7 years ago

2.0.5

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.8

7 years ago