summaryrefslogtreecommitdiffstats
path: root/assets/admin/lib/build.js
blob: a135e8d50b3320031ded82a5437c56e1cf00624f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Entry point for bundling EditorJS and plugins into standalone ESM files.
// Run: bun run build

export { default as EditorJS } from '@editorjs/editorjs';
export { default as Header } from '@editorjs/header';
export { default as Paragraph } from '@editorjs/paragraph';
export { default as List } from '@editorjs/list';
export { default as Code } from '@editorjs/code';
export { default as Quote } from '@editorjs/quote';
export { default as ImageTool } from '@editorjs/image';