Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thgraph

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thgraph

mxgraph graph svg editor

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-73.33%
Maintainers
1
Weekly downloads
 
Created
Source

tgraph

介绍

mxgraph 已经不在维护,学习 jgraph/mxgraph 源码,TS 重构,去掉旧浏览器的兼容代码,面向现代浏览器。

https://github.com/jgraph/mxgraph-js

计划

  • 转化成esmodule 模块
  • 跑通 helloworld 示例
  • 示例网站
  • 继续重构
  • 优化TS 类型

目录结构

├── LICENSE ├── README.en.md ├── README.md ├── docs // 文档 │ ├── API │ ├── index.md │ └── tutorial ├── graph // 源码 │ ├── assets │ ├── editor │ ├── handler │ ├── index.js │ ├── index.ts │ ├── io │ ├── layout │ ├── model │ ├── mxClient.js │ ├── mxClient.ts │ ├── shape │ ├── types.ts │ ├── util │ └── view ├── graph.svg ├── index.html ├── package-lock.json ├── package.json ├── public │ └── favicon.ico ├── src // 测试用例 │ ├── App.vue │ ├── Layout.vue │ ├── assets │ ├── components │ ├── demos │ ├── main.js │ ├── routes.js │ └── style ├── tsconfig.json └── vite.config.js

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

Keywords

FAQs

Package last updated on 25 Dec 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc