开发文档JS-SDKhymatrix-js安装与使用本页总览安装与使用 安装 yarnnpmyarn add hymatrix-jsnpm install hymatrix-js 使用 ES ModulesCommonJSimport HyMatrix from 'hymatrix-js'const hyMatrix = new HyMatrix()const hyMatrix2 = new HyMatrix({...})const HyMatrix = require('hymatrix-js')const hyMatrix = new HyMatrix()const hyMatrix2 = new HyMatrix({...})