mirror of
https://github.com/excalidraw/excalidraw
synced 2025-07-25 13:58:22 +08:00
10 lines
225 B
TypeScript
10 lines
225 B
TypeScript
import { LOCAL_FONT_PROTOCOL } from "../FontMetadata";
|
|
|
|
import { type ExcalidrawFontFaceDescriptor } from "../Fonts";
|
|
|
|
export const EmojiFontFaces: ExcalidrawFontFaceDescriptor[] = [
|
|
{
|
|
uri: LOCAL_FONT_PROTOCOL,
|
|
},
|
|
];
|