Update App.js
This commit is contained in:
@@ -20,6 +20,7 @@ export default function App() {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
||||||
fileInput = document.getElementById("fileInput")
|
fileInput = document.getElementById("fileInput")
|
||||||
|
document.title = "ReDraw"
|
||||||
}, [])
|
}, [])
|
||||||
|
|
||||||
function onCreateCanvas(inputWidth, inputHeight) {
|
function onCreateCanvas(inputWidth, inputHeight) {
|
||||||
|
|||||||
Reference in New Issue
Block a user