UNPKG
tav-media
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
Cross platform media editing framework
tav-media
/
lib
/
src
/
utils
/
clip-asset-path.d.ts
6 lines
(5 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
parseClipAssetPath
(
clipAssetPath
:
string
): {
clipId
:
string
;
assetPath
:
string
; };
export
declare
function
makeClipAssetPath
(
clipId
:
string
,
assetPath
:
string
):
string
;