1.0.7 • Published 1 year ago

@evikadar/imagemetadata v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

imagemetadata

Capacitor plugin to get image metadata, specifically creation date from images stored on phone.

Install

npm install imagemetadata
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


getImagesBetweenDates(...)

getImagesBetweenDates(options: { validFrom: number; validTo: number; }) => Promise<{ imagePaths: string[]; }>
ParamType
options{ validFrom: number; validTo: number; }

Returns: Promise<{ imagePaths: string[]; }>


getMetadata(...)

getMetadata(options: { filePath: string; }) => Promise<{ creationDate: number; }>
ParamType
options{ filePath: string; }

Returns: Promise<{ creationDate: number; }>


logCrashlyticsMessage(...)

logCrashlyticsMessage(options: { message: string; }) => Promise<void>
ParamType
options{ message: string; }

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago