🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@if-lowo/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@if-lowo/core

`@if-lowo/core` 是 `if-lowo` 的编辑器内核包,负责提供与框架无关的基础能力。

latest
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@if-lowo/core

@if-lowo/coreif-lowo 的编辑器内核包,负责提供与框架无关的基础能力。

当前职责

  • 事件总线与审计
  • Scene / Node 基础结构
  • Layout 计算
  • Engine 状态机
  • Undo / Redo
  • 编辑器 runtime 工厂

主要导出

  • createEditorRuntime()
  • createEventBus()
  • createAuditStore()
  • createHistoryManager()
  • createEngine()
  • computeLayout()
  • clone()

适用场景

  • 需要自行搭建编辑器 UI
  • 需要自定义渲染器与交互层
  • 需要复用命令总线、布局、历史等底层能力

当前状态

  • 阶段:alpha 准备中
  • 说明:API 仍可能继续收敛,正式发布前以仓库文档为准

FAQs

Package last updated on 17 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts