EmailBuilder.js
## 为复杂的报告构建简单的欢迎电子邮件 使用足够灵活的无代码生成器来创建各种模板设计 - 从简单的欢迎电子邮件到复杂的报告。  Playground 中提供的示例模板: - [欢迎电子邮件](https://usewaypoint.github.io/email-builder-js/#sample/welcome) - [一次性密码 (OTP)](https://usewaypoint.github.io/email-builder-js/#sample/one-time-password) - [重置密码](https://usewaypoint.github.io/email-builder-js/#sample/reset-password) - [电子商务收据](https://usewaypoint.github.io/email-builder-js/#sample/order-ecomerce) - [SaaS 订阅收据](https://usewaypoint.github.io/email-builder-js/#sample/subscription-receipt) - [预约提醒](https://usewaypoint.github.io/email-builder-js/#sample/reservation-reminder) - [发布指标](https://usewaypoint.github.io/email-builder-js/#sample/post-metrics-report) - [回复询问](https://usewaypoint.github.io/email-builder-js/#sample/respond-to-message)
## 为什么? 终于是时候停止使用 90 年代风格的 HTML 和 CSS 来构建产品电子邮件了。 EmailBuilder.js 从 [editor.js](https://github.com/codex-team/editor.js) 和电子邮件组件库中汲取灵感,并将它们放入易于使用的无代码构建器中,以便整个团队构建电子邮件。 由于构建器是完全免费和开源的,因此团队可以自行托管构建器并根据需要进行扩展。
## 内置块 每个块都是它自己的 npm 包,可以包含在构建器中。这些是内置的: - [头像](https://github.com/usewaypoint/email-builder-js/tree/main/packages/block-avatar) - [按钮](https://github.com/usewaypoint/email-builder-js/tree/main/packages/block-button) - [列](https://github.com/usewaypoint/email-builder-js/tree/main/packages/block-columns-container) - [容器](https://github.com/usewaypoint/email-builder-js/tree/main/packages/block-container) - [分隔符](https://github.com/usewaypoint/email-builder-js/tree/main/packages/block-divider) - [标题](https://github.com/usewaypoi