We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74cd175 commit 52cd610Copy full SHA for 52cd610
scripts/download-blocksuite-fonts.mjs
@@ -2,8 +2,7 @@ import { writeFile } from 'node:fs/promises';
2
import { join } from 'node:path';
3
import { fileURLToPath } from 'node:url';
4
5
-// eslint-disable-next-line @typescript-eslint/no-restricted-imports
6
-import { AffineCanvasTextFonts } from '@blocksuite/blocks/dist/surface-block/consts.js';
+import { AffineCanvasTextFonts } from '@blocksuite/affine-block-surface';
7
8
const fontPath = join(
9
fileURLToPath(import.meta.url),
0 commit comments