UNPKG

gs-json

Version:

gs-JSON is a domain agnostic unifying 3D file format for geometric and semantic modelling (hence the 'gs').

9 lines (8 loc) 232 B
/** * @author Mugen87 / https://github.com/Mugen87 * Port from https://github.com/mapbox/earcut (v2.1.2) */ declare var Earcut: { triangulate: (data: any, holeIndices?: any, dim?: any) => any[]; }; export { Earcut };