UNPKG
expo-three
Version:
latest (8.0.0)
next (7.0.0)
8.0.0
7.0.1
7.0.0
6.2.0
6.1.0
6.0.1
6.0.0
5.7.0
5.6.2
5.6.1
5.6.0
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2-alpha.1
3.0.2-alpha.0
3.0.1
3.0.0-alpha.8
3.0.0-alpha.7
3.0.0-alpha.6
3.0.0-alpha.5
3.0.0-alpha.4
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.2.2-alpha.1
2.2.2-alpha.0
2.2.1
2.2.0
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Utilities for using THREE.js on Expo
github.com/expo/expo-three
expo/expo-three
expo-three
/
build
/
parseAsync.d.ts
9 lines
(8 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
type
Parseable
= {
json
:
any
;
format
?:
string
;
onProgress
?:
(
...
args
:
any
[]
) =>
any
;
assetProvider
:
any
; };
export
default
function
parseAsync
(
{ json, format, assetProvider }:
Parseable
):
Promise
<
any
>;
export
{};