[@asset-toolkit/exif-extractor](README.md) / Exports

# @asset-toolkit/exif-extractor

## Table of contents

### Type aliases

- [TypeProps](modules.md#typeprops)

### Functions

- [default](modules.md#default)

## Type aliases

### TypeProps

Ƭ **TypeProps**: `Object`

#### Type declaration

| Name | Type |
| :------ | :------ |
| `raw?` | `boolean` |
| `tags?` | `any` |
| `xmp?` | `boolean` |

#### Defined in

index.d.ts:1

## Functions

### default

▸ `Const` **default**(`_props`, `_options?`): `Promise`<`unknown`\>

/**
A tool to extract exif data to json file.
https://exiftool.org/examples.html

#### Parameters

| Name | Type |
| :------ | :------ |
| `_props` | `TypeToolProp` |
| `_options?` | `any` |

#### Returns

`Promise`<`unknown`\>

#### Defined in

index.d.ts:15
