Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theme-next/hexo-next-exif
Exif.js for NexT.
https://github.com/theme-next/hexo-next-exif
gitment gitmint hexo
Last synced: 11 days ago
JSON representation
Exif.js for NexT.
- Host: GitHub
- URL: https://github.com/theme-next/hexo-next-exif
- Owner: theme-next
- Created: 2019-01-08T04:27:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T06:48:06.000Z (almost 5 years ago)
- Last Synced: 2024-11-20T17:56:49.479Z (2 months ago)
- Topics: gitment, gitmint, hexo
- Language: JavaScript
- Homepage:
- Size: 56.6 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexo NexT EXIF
![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)
![Package Version](https://img.shields.io/github/package-json/v/theme-next/hexo-next-exif?style=flat-square)[Exif.js](https://github.com/exif-js/exif-js) for NexT.
## Preview
![image](https://user-images.githubusercontent.com/16272760/70216651-f1e53200-177a-11ea-8417-0b23544a44c4.png)
From: https://unsplash.com/photos/2nNbx_fr4qU
## Install
```bash
npm install theme-next/hexo-next-exif
```## Configure
You can config those in both **hexo** or **theme** `_config.yml`
```yaml
# JavaScript library for reading EXIF image metadata.
# For more information: https://github.com/exif-js/exif-js
exif:
enable: false
tags:
FocalLength: "{value}mm"
FNumber: "f/{value}"
ExposureTime: "{value}s"
```