feat(editor): frame and image extensions (#11849)

Closes: BS-3196
Closes: BS-3197
This commit is contained in:
Saul-Mirone
2025-04-21 10:29:30 +00:00
parent 12bf866dc5
commit df6e17b82f
20 changed files with 126 additions and 4 deletions
@@ -3,6 +3,7 @@ import { StoreExtension } from '@blocksuite/store';
import { setImageProxyMiddlewareURL } from './adapters/middleware';
// TODO(@mirone): this should be configured when setup instead of runtime
export class ImageProxyService extends StoreExtension {
static override key = 'image-proxy';