Add images in base64 in the editor instead of uploading to a server.
npm install --save @ajite/editorjs-image-base64
import uploader from '@ajite/editorjs-image-base64';
var editors = new EditorJS({
autofocus: true,
tools: {
image: {
class: ImageTool,
config: {
...
uploader
}
},
},
});
npm run build
npm run build:dev