UNPKG

ply-js

Version:

A TypeScript port based on python-plyfile for reading and writing .ply files

6 lines (5 loc) 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runExample = runExample; // stub: original example re-export removed. Provide a no-op to allow build. function runExample() { return; }