expo-font
Version:
Load fonts at runtime and use them in React Native components.
8 lines • 373 B
TypeScript
import { NativeModule } from 'expo-modules-core';
import type { RenderToImageOptions } from './FontUtils.types';
declare class ExpoFontUtils extends NativeModule {
renderToImageAsync(glyphs: string, options?: RenderToImageOptions): Promise<string>;
}
declare const _default: typeof ExpoFontUtils;
export default _default;
//# sourceMappingURL=ExpoFontUtils.web.d.ts.map