import { createContext } from "react"; export default createContext({ wordHeight: 55, text: "", wordGap: 4 });