property Video.config

画面のデフォルト設定(キャンバス要素や解像度、フォント)だよ ⚙️💎

デフォルト値:

  • screen: document.getElementById("screen")
  • width: 128
  • height: 72
  • font: "8px misaki_gothic_2nd"

Properties

screen
width: number
height: number
font: string

Usage

import { Video } from ".";