Hi, I am trying to use react-native-skia with remotion and I followed the steps in the documentation to add Skia to Remotion. However, I am facing issues when trying to use Skia.ParagraphBuilder.Make because react-native-skia for the web requires a typefaceProvider of type SkTypefaceFontProvider. How can I use useFonts() with Remotion to create a SkTypefaceFontProvider?
Hi, I am trying to use react-native-skia with remotion and I followed the steps in the documentation to add Skia to Remotion. However, I am facing issues when trying to use
Skia.ParagraphBuilder.Make
because react-native-skia for the web requires atypefaceProvider
of typeSkTypefaceFontProvider
. How can I useuseFonts()
with Remotion to create aSkTypefaceFontProvider
?This is my (not working) code right now:
It throws the following error:
Cannot find module '/static-bc599d841b81/fonts/Manrope-Bold.ttf'
Here is my public folder structure:
Thanks so much for your help!