EBITOR v1.0.0-beta

// Project: Extensible Block Editor

// Goal: Modular, headless, and lightweight.

npm install @ebitor/core

import Ebitor from '@ebitor/core';

const editor = new Ebitor({
  holder: 'ebitor-container',
  tools: [ Image, Table, Code ]
});

> Ready for production? Not yet. Ready for innovation? Always.