UNPKG

asf-file-props

Version:

Extract basic metadata from ASF/WMA/WMV files

7 lines (6 loc) 155 B
import { getASFProps as node } from './parser-node.js'; import { getASFProps as web } from './parser-web.js'; export default { node, web, };