j-html-design-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.83 • Public • Published

j-html-design-editor

html设计编辑器

src
├── components
│   ├── image.ts
│   └── text.ts
├── constant
│   ├── data.ts  基础数据结构 JData、IData、IDataItem
│   ├── eventEmitter.ts    与dom无关的事件发射器,扩展了eventemitter3的on和off支持空格间隔多个事件
│   ├── styleMap.ts
│   ├── transform.ts
│   └── types.ts
├── core
│   ├── baseComponent.ts
│   ├── controller.ts
│   ├── element.ts 元素相关能力的基类:JElement
│   ├── event.ts   dom相关的事件处理。
│   ├── fonts.ts
│   └── style.ts
├── editor.ts
├── index.ts
└── lib
    └── util.ts

example

API

API

/j-html-design-editor/

    Package Sidebar

    Install

    npm i j-html-design-editor

    Weekly Downloads

    7

    Version

    1.0.83

    License

    MIT

    Unpacked Size

    506 kB

    Total Files

    50

    Last publish

    Collaborators

    • jiamao