ccc-openai
v1.0.1
Published
提供了cocos creator 能使用的 openai
Readme
安装
npm install ccc-xstate使用目的
为了能让 cocos creator 能正确使用 xstate
编译的仓库
https://github.com/statelyai/xstate
rollup 命令
编译代码 npx rollup -c
npm 命令
连接本地库 可以在本地别的项目 使用 npm install [模块名称] 安装 做本地测试 npm link [模块名称]
对外发布 npm 包 npm publish
