UNPKG
@threepipe/plugin-blend-importer
Version:
latest (0.1.0)
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Basic importer for .blend file
github.com/repalash/threepipe
repalash/threepipe
@threepipe/plugin-blend-importer
/
src
/
js-blend
/
main.d.ts
2 lines
(1 loc)
•
67 B
TypeScript
View Raw
1
2
export
function
parseBlend
(
arrayBuffer:
ArrayBuffer
):
Promise
<any>