UNPKG

@giraphics/grpkggfx

Version:
7 lines (6 loc) 184 B
import { BaseShape } from './baseshape'; export default class SceneGraph extends BaseShape { constructor(primitiveType, typeSize) { super(primitiveType, typeSize); } }