@dao3fun/matrix-calculator-client
v1.0.1
Published
Matrix-calculator-client是一个兼容arenaPro客户端的可拓展矩阵库
Keywords
Readme
Matrix-calculator-client
介绍
Matrix-calculator-client是一个兼容arenaPro客户端的可拓展矩阵库
安装
npm --registry=https://mirrors.cloud.tencent.com/npm/ install @dao3fun/matrix-calculator-client使用
在使用Matrix-calculator-client之前,请确保你已经按照上述步骤正确安装了它。
引入包
在你的JavaScript或TypeScript文件中,通过import语句引入:
import { Imatrix2d, Matrix } from '@dao3fun/matrix-calculator-client';基本用法
new Matrix(Imatrix2d);示例代码
import { Imatrix2d, Matrix } from '@dao3fun/matrix-calculator-client';
const matrix = new Matrix({
a: 1,
b: 2,
c: 3,
d: 4,
});剩余方法参见Matrix-calculator-server
更新日志
1.0.1
- 添加了库的介绍
1.0.0
- 初始版本发布
