Skip to content

Latest commit

 

History

History

README.md

React Custom Font Overlays

This example shows how to use custom fonts with text overlays in React.

Get Started

  • Create a .env file by using .env.example as a reference.
  • Fill in the environment variables.
  • Install the dependencies.
  • Run the development server.
  • View the project at http://localhost:5173.
cp .env.example .env
npm install
npm run dev