1.0.5 • Published 5 years ago

saber-mat v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

saber-mat

npm install saber-mat

create a mat!

import { Mat } from '../lib/Mat'

let mat = new Mat(0, 3)

console.log(mat.set(233, { raw: 1, col: 1 }))

console.log(mat.at(1, 1))

console.log(mat.clone())

mat.each((value, raw, col) => console.log(value, raw, col))

console.log(mat.transform().clone())
console.log(mat.clone())
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago