Skip to content

Fork for Email Builder JS to allow local images to be embedded in templates

License

Notifications You must be signed in to change notification settings

jcwhall/email-builder-js

 
 

Repository files navigation

EmailBuilder.js Fork - Support Embedding Local Image Files in HTML Files.

Overview

Implemented Feature Request #98 - Support Embedding Local Image Files in HTML Files.

  • Applies to the Self Hosted Editor
  • Images can now be uploaded from the local file system, rather than the current system using URLs (links to externally hosted images)
  • These images are base64 encoded and set as the img src
  • The encoded image is stored within the HTML/JSON and works as before (Import/Export, etc)

Self hosting the Editor

Fork this repository and use packages/editor-sample as an example for self-hosting.

Quick start:

  1. Fork this repository.
  2. Open up directory in terminal.
  3. Go to the editor-sample package: cd packages/editor-sample
  4. Install packages: npm install
  5. Run the server: npx vite
  6. Open in browser: http://localhost:5173/email-builder-js/

For more information:

Demo / Playground ·  EmailBuilderJS.com ·  GitHub

About

Fork for Email Builder JS to allow local images to be embedded in templates

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.7%
  • HTML 0.3%