crostab

0.3.9 • Public • Published

CrosTab

npm version npm download monthly npm download total npm dependents npm license pp install size github commit last github commit total

A light, simple and easy-to-use commonjs library of a class "Cax" to handle 2d-table with side and banner.

Install

npm install crostab

Usage

import { CrosTab } from 'crostab'
const crosTab = CrosTab.from({
  side: ['Winter','Fall','Summer','Spring'],
  banner: ['A','B','C'],
  matrix: [
    [ 1, 10,95],
    [ 8, 64, 1],
    [25, 32, 1],
    [74,  0, 1]
  ] 
})

Meta

LICENSE (MIT)

Copyright (c) 2019-present, Haoyang (Vincent) Wang

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.3.96latest

Version History

VersionDownloads (Last 7 Days)Published
0.3.96
0.3.81
0.3.60
0.3.50
0.3.40
0.3.30
0.3.20
0.3.10
0.3.00
0.2.310
0.2.300
0.2.290
0.2.280
0.2.260
0.2.250
0.2.240
0.2.231
0.2.220
0.2.210
0.2.200
0.2.190
0.2.174
0.2.162
0.2.150
0.2.141
0.2.120
0.2.110
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.500
0.1.491
0.1.480
0.1.470
0.1.460
0.1.450
0.1.440
0.1.430
0.1.420
0.1.410
0.1.400
0.1.390
0.1.380
0.1.370
0.1.360
0.1.350
0.1.340
0.1.330
0.1.320
0.1.310
0.1.300
0.1.290
0.1.280
0.1.270
0.1.261
0.1.250
0.1.240
0.1.220
0.1.210
0.1.200
0.1.190
0.1.180
0.1.170
0.1.160
0.1.151
0.1.140
0.1.131
0.1.120
0.1.110
0.1.100
0.1.90
0.1.80
0.1.70
0.1.60
0.1.40
0.1.30
0.1.20
0.1.10
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.41
0.0.30
0.0.20

Package Sidebar

Install

npm i crostab

Weekly Downloads

20

Version

0.3.9

License

MIT

Unpacked Size

67.2 kB

Total Files

5

Last publish

Collaborators

  • hoyeung