Files
Fluxup_PAP/node_modules/expo-font/build/ExpoFontUtils.web.js
2026-03-10 16:18:05 +00:00

8 lines
374 B
JavaScript

import { NativeModule, registerWebModule, UnavailabilityError } from 'expo-modules-core';
class ExpoFontUtils extends NativeModule {
async renderToImageAsync(glyphs, options) {
throw new UnavailabilityError('expo-font', 'renderToImageAsync');
}
}
export default registerWebModule(ExpoFontUtils, 'ExpoFontUtils');
//# sourceMappingURL=ExpoFontUtils.web.js.map