Options
All
  • Public
  • Public/Protected
  • All
Menu

@yiwo/ycad

ycad

Yiwo CAD Core

Build Setup

```bash

install dependencies, DO NOT use 'npm install' unless you have to add new dependencies

$ npm ci

format source code, recommended before commit

$ npm run format

build

$ npm run build

how to use it && api

所有的api调用前需要初始化YCADContext,设置后端服务器地址

Generated using TypeDoc