Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 217 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 217 Bytes

@directus/file-metadata

Extract file metadata from input stream.

Usage

import { ? } from '@directus/file-metadata';

const stream = createReadStream('./path/to/file.jpg');

const metadata = ??????;