UNPKG

chessfield

Version:

A TypeScript+ThreeJS library to render a 3D chessboard

5 lines (4 loc) 125 B
import { Scene } from 'three'; export declare class SceneProvider { getScene(backgroundColor: string | number): Scene; }