@kevisual/cli
envision command tools
envision command tools
```ts import { createEditorInstance } from '@kevisual/codemirror'; const editor = createEditorInstance(ref.current!, { typescript: false }); ```
envision command tools
主要作用为加载模块,并时刻监测,当检测到已经加载,执行某一个功能。主要的检测是通过`hasLoaded`
对 fetch 功能的的一部分功能的封装。主要处理header的token的提交和response中的处理json。