1.0.0 • Published 8 months ago

@xiehy/plugin-insert-line v1.0.0

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

@xiehy/plugin-insert-line

插入一行插件

安装

$ yarn add @xiehy/plugin-insert-line

添加到引擎

import Engine, { EngineInterface } from '@xiehy/engine';
import Hollow from '@xiehy/plugin-insert-line';

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

命令

//使用 command 执行插件
engine.command.execute('insert-line');
1.0.0

8 months ago