https://github.com/directus/file-metadata.git
git clone https://github.com/directus/file-metadata.git
git clone git@github.com:directus/file-metadata.git
gh repo clone directus/file-metadata
Extract file metadata from input stream.
import { ? } from '@directus/file-metadata'; const stream = createReadStream('./path/to/file.jpg'); const metadata = ??????;