add ipa reader

This commit is contained in:
2025-09-30 17:00:16 +08:00
parent e846616832
commit 766694c1a3
9 changed files with 307 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ import Button from "../../components/Button";
import { KeyboardEvent, useRef, useState } from "react";
import Word from "@/interfaces/Word";
import { BOARD_WIDTH, TEXT_WIDTH, BOARD_HEIGHT, TEXT_SIZE } from "@/constants";
import { inspect } from "@/utilities";
import { inspect } from "@/utils";
export default function Home() {
const inputRef = useRef<HTMLInputElement>(null);