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