neo-riven:Riven的Node友好重新实现

时间:2024-06-02 12:16:05
【文件属性】:

文件名称:neo-riven:Riven的Node友好重新实现

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-02 12:16:05

JavaScript

NēoRiven Node友好重新实现。 安装 通过运行安装 $ yarn add neo-riven # or $ npm i -s neo-riven 用法。 选择器必须绑定到Riven实例。 import Riven from 'neo-riven' const rvn = new Riven ( ) const { Ø } = rvn . bind ( ) // Now the selector is bound to the Riven instance. 节点被定义为类: class ConsoleNode extends Riven . Node { constructor ( ctx , id , rect ) { super ( ctx , id , rect ) this . glyph = Riven . NODE_GLYPHS . render


【文件预览】:
neo-riven-master
----.gitignore(1KB)
----package.json(423B)
----README.md(618B)
----source()
--------index.js(6KB)
--------examples()
--------nodes()
--------plugins()
----yarn.lock(514B)

网友评论