This release is 3 versions behind 0.14.5 — the latest version of @tu/tulip. Jump to latest
Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
This package works with Browsers
JSR Score
58%
Published
3 weeks ago (0.14.2)
import { ApplicationProps } from "../types/index.ts"; import { ScaleMode } from "../enums/index.ts"; export const APPLICATION_DEFAULT_PROPS: ApplicationProps = { backgroundColor: 0xff00ff, scale: 3, showFPS: false, pointerLock: false, pixelPerfect: false, scaleMode: ScaleMode.NEAREST, enableWebGPU: false, safeArea: false, resize: true, };