UNPKG

three

Version:

JavaScript 3D library

18 lines (10 loc) 137 B
import { Group } from 'three'; class USDCParser { parse( buffer ) { // TODO return new Group(); } } export { USDCParser };