UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 226 B
export class CompassArrowView extends View<HTMLElement> { constructor(); el: Element; rotateFromDirectionVector(x: any, y: any): void; } import View from "../View.js"; //# sourceMappingURL=CompassArrowView.d.ts.map