1.0.2 • Published 10 months ago

@xiehy/plugin-lightblock v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@xiehy/plugin-lightblock

高亮块、提示框插件(React)

安装

$ yarn add @xiehy/plugin-lightblock

添加到引擎

import Engine, { EngineInterface } from '@xiehy/engine';
import lightblock from '@xiehy/plugin-lightblock';

new Engine(...,{ plugins:[lightblock] })

命令

//使用 command 执行插件
engine.command.execute('lightblock');