I added this in the Discussions but adding here as well for extra visibility
Hello! I am using the react95 package in a NextJS app and was getting an error because it wasn't able to properly load the fonts front the package. I think it's worth to update the README with the following instructions:
Add next-transpile-modules and next-fonts dependencies:
I added this in the
Discussions
but adding here as well for extra visibilityHello! I am using the react95 package in a NextJS app and was getting an error because it wasn't able to properly load the fonts front the package. I think it's worth to update the README with the following instructions:
Add next-transpile-modules and next-fonts dependencies:
Edit your next.config.js file to something like: