import { EmbedLoomBlockSchema } from '@blocksuite/affine-model'; import { BlockHtmlAdapterExtension } from '@blocksuite/affine-shared/adapters'; import { createEmbedBlockHtmlAdapterMatcher } from '../../common/adapters/html.js'; export const embedLoomBlockHtmlAdapterMatcher = createEmbedBlockHtmlAdapterMatcher(EmbedLoomBlockSchema.model.flavour); export const EmbedLoomBlockHtmlAdapterExtension = BlockHtmlAdapterExtension( embedLoomBlockHtmlAdapterMatcher );