import { SimpleAffineEditor } from '@blocksuite/editor'
import '@blocksuite/editor/themes/affine.css'
const editor = new SimpleAffineEditor()
document.body.appendChild(editor)
Since BlockSuite is under heavy development, we recommend you to use the latest nightly version. Or, the stable version you are using
pnpm i \
@blocksuite/store@nightly \
@blocksuite/blocks@nightly \
@blocksuite/editor@nightly