UNPKG

apl-easy-gl

Version:
6 lines (5 loc) 124 B
export interface Renderer { isPlaying: () => void; stop: () => void; start: (renderObj: Window) => void; }