SkillAgentSearch skills...

MMEditor

svg flow editor

Install / Use

/learn @mizy/MMEditor
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mmeditor

基于 nebulagraph-veditor 的 TypeScript 重写版 SVG 流程图编辑器。

Install

npm install mmeditor

Quick Start

import MMEditor from "mmeditor";

const editor = new MMEditor({ dom: document.getElementById("root") });

// add node
editor.graph.node.addNode({
  uuid: "node1",
  type: "default",
  name: "Node 1",
  x: 100,
  y: 100,
});

// get data
console.log(editor.schema.getData());

Features

  • SVG flow graph editor
  • Custom node shapes (SVG & DOM)
  • Built-in plugins: Minimap, BrushSelector
  • TypeScript with full type definitions
  • dagre auto-layout support

Develop

npm install
npm start        # dev server
npm run build    # build library
npm run build:all # build everything

License

ISC

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated17d ago
Forks10

Languages

TypeScript

Security Score

90/100

Audited on Mar 11, 2026

No findings