UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

4 lines (2 loc) 98 B
import { Color } from './math/Color'; export type ColorRepresentation = Color | string | number;