UNPKG
spz-js
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
Convert gaussian splats between SPZ and PLY formats.
github.com/arrival-space/spz-js
spz-js
/
dist
/
ply-loader.d.ts
3 lines
(2 loc)
•
137 B
TypeScript
View Raw
1
2
3
import
{
GaussianCloud
}
from
'./types.js'
;
export
declare
function
loadPly
(
stream: ReadableStream<
Uint8Array
>
):
Promise
<
GaussianCloud
>;