UNPKG

sounts

Version:

A tiny helper library for working with the web audio API written in TypeScript.

10 lines (9 loc) 190 B
export declare class Player { element: HTMLElement; x: number; y: number; angle: number; private readonly keys; constructor(); update(deltaTime: number): void; }