{"id":14971032,"url":"https://github.com/thomasgassmann/gatsby-plugin-sharp-exif","last_synced_at":"2025-10-26T14:30:58.425Z","repository":{"id":36472814,"uuid":"225237858","full_name":"thomasgassmann/gatsby-plugin-sharp-exif","owner":"thomasgassmann","description":"Gatsby Plugin to extract EXIF data from images, compatible with gatsby-plugin-sharp","archived":false,"fork":false,"pushed_at":"2024-02-28T11:38:18.000Z","size":347,"stargazers_count":10,"open_issues_count":4,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-31T20:16:33.566Z","etag":null,"topics":["exif-data","gatsby","gatsby-plugin","gatsby-plugin-sharp","gatsbyjs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gatsby-plugin-sharp-exif/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thomasgassmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-01T22:05:37.000Z","updated_at":"2023-05-12T16:56:59.000Z","dependencies_parsed_at":"2024-09-22T22:00:45.228Z","dependency_job_id":"0a362253-ece7-4d8a-84be-fa8cb337be66","html_url":"https://github.com/thomasgassmann/gatsby-plugin-sharp-exif","commit_stats":{"total_commits":48,"total_committers":4,"mean_commits":12.0,"dds":0.25,"last_synced_commit":"41806b4f5b664b990fa9383023a0f707777fb2b2"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Fgatsby-plugin-sharp-exif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Fgatsby-plugin-sharp-exif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Fgatsby-plugin-sharp-exif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomasgassmann%2Fgatsby-plugin-sharp-exif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomasgassmann","download_url":"https://codeload.github.com/thomasgassmann/gatsby-plugin-sharp-exif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238347481,"owners_count":19456943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif-data","gatsby","gatsby-plugin","gatsby-plugin-sharp","gatsbyjs"],"created_at":"2024-09-24T13:44:31.758Z","updated_at":"2025-10-26T14:30:58.119Z","avatar_url":"https://github.com/thomasgassmann.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gatsby-plugin-sharp-exif\n\n[![npm](https://img.shields.io/npm/v/gatsby-plugin-sharp-exif)](https://www.npmjs.com/package/gatsby-plugin-sharp-exif) ![GitHub](https://img.shields.io/github/license/thomasgassmann/gatsby-plugin-sharp-exif) ![](https://github.com/thomasgassmann/gatsby-plugin-sharp-exif/workflows/release/badge.svg)\n\nGatsby Plugin to extract EXIF data from images, compatible with gatsby-plugin-sharp\n\n## Install\n\nInstall `gatsby-plugin-sharp-exif`...\n\n...using [`yarn`](https://yarnpkg.com):\n\n```bash\nyarn add --dev gatsby-plugin-sharp-exif\n```\n\n...or [`npm`](https://www.npmjs.com/):\n\n```bash\nnpm install --save-dev gatsby-plugin-sharp-exif\n```\n\n## How to use\n\nAdd the plugin to your `gatsby-config.js`\n\n```js\nmodule.exports = {\n  plugins: ['gatsby-plugin-sharp-exif']\n};\n```\n\nThen just query the EXIF data as part of the `ImageSharp` type:\n\n```graphql\n{\n  allImageSharp {\n    edges {\n      node {\n        fields {\n          exif {\n            gps {\n              longitude\n              latitude\n            }\n            meta {\n              dateTaken\n            }\n            raw {\n              image {\n                Make\n              }\n            }\n          }\n        }\n      }\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgassmann%2Fgatsby-plugin-sharp-exif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomasgassmann%2Fgatsby-plugin-sharp-exif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomasgassmann%2Fgatsby-plugin-sharp-exif/lists"}