Closed toffyui closed 3 years ago
Visit the preview URL for this PR (updated for commit ad5f3fe):
https://pictogram-san--pr49-feat-add-order-5ps834bu.web.app
(expires Thu, 12 Aug 2021 16:39:51 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
@tommy19970714 調整してほしいことは、index.tsxの以下時間部分とrenderUI.tsxのコメントしてる時間部分です。
if (isGame && elapsedTime < 31000) {
renderUI.drawGameUI(elapsedTime, pictogramList)
if (elapsedTime > 26000 && elapsedTime < 27000) {
const pngURL = canvas.toDataURL('image/png')
setPngURL(pngURL)
}
}
放送用に変更