UNPKG
asf-file-props
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Extract basic metadata from ASF/WMA/WMV files
github.com/chamie/asf-file-props
chamie/asf-file-props
asf-file-props
/
src
/
index.ts
7 lines
(6 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{getASFProps
as
node}
from
'./parser-node.js'
;
import
{getASFProps
as
web}
from
'./parser-web.js'
;
export
default
{ node, web, }