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)
Fork this repository and use packages/editor-sample as an example for self-hosting.
Quick start:
- Fork this repository.
- Open up directory in terminal.
- Go to the editor-sample package:
cd packages/editor-sample
- Install packages:
npm install
- Run the server:
npx vite
- Open in browser: http://localhost:5173/email-builder-js/
For more information: