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

Dependents (6)

Package Sidebar

Install

npm i crostab

Weekly Downloads

43

Version

0.3.9

License

MIT

Unpacked Size

67.2 kB

Total Files

5

Last publish

Collaborators

  • hoyeung