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

woo-email-editor

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

woo-email-editor - npm Package Compare versions

Comparing version 1.1.7 to 1.1.9

2

package.json
{
"name": "woo-email-editor",
"version": "1.1.7",
"version": "1.1.9",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -15,6 +15,13 @@ # woodv email editor

```js
window.onload = () => {
const wooEmailEditor = new window.WooEmailEditor({
const wooEmailEditor = new WooEmailEditor({
el: document.getElementById("root"),
appKey:"lsqw50avhp81g4a8iwjljhutewzztq6r"
appKey:"lsqw50avhp81g4a8iwjljhutewzztq6r",
theme:{
container:"#2C2A39",
card:"#2C2A39",
cardHeader:"#2C2A39",
border:"#fe8033",
fontColor:"rgba(255, 255, 255, 0.85)",
selectedColor:"#fe8033"
}
});

@@ -41,13 +48,22 @@

};
}
```
#更新日志
##1.1.7
#1.1.9
```
添加更深层次的主题色
const theme = {
container:"#2C2A39",
card:"#2C2A39",
cardHeader:"#2C2A39",
border:"#fe8033",
fontColor:"rgba(255, 255, 255, 0.85)",
selectedColor:"#fe8033"
}
```
#1.1.7
```
添加主题色功能(dark || light)部分输入组件完善
支持导出blob缩略图
```
##1.1.3
#1.1.3
```

@@ -54,0 +70,0 @@ 添加模板功能

Sorry, the diff of this file is not supported yet

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