Socket
Socket
Sign inDemoInstall

j-html-design-editor

Package Overview
Dependencies
4
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    j-html-design-editor

design html 设计图片编辑库


Version published
Weekly downloads
410
decreased by-8.28%
Maintainers
1
Install size
925 kB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 25 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc