Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minje-98/tilog-og-image-service
forked OG-Image & Add Feature
https://github.com/minje-98/tilog-og-image-service
open-graph seo
Last synced: about 2 months ago
JSON representation
forked OG-Image & Add Feature
- Host: GitHub
- URL: https://github.com/minje-98/tilog-og-image-service
- Owner: MINJE-98
- License: mit
- Created: 2022-09-09T12:03:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T03:22:04.000Z (about 2 years ago)
- Last Synced: 2024-10-12T05:07:38.484Z (2 months ago)
- Topics: open-graph, seo
- Language: TypeScript
- Homepage: https://og.tilog.link/
- Size: 8.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# TILog-OG-Image-Service
해당 레포지토리는 [og-image](https://github.com/vercel/og-image)를 Fork하였습니다.
## 개요
metadata의 OpenGraph Image에 사용할 URL을 생성해주는 기능을 제공합니다.
TILog의 Post는 이미지가 없을시 PostID에 따라 기본 이미지를 제공합니다.
## 추가한 기능
이미지를 기본 사용옵션을 제거하고 필요할 때 사용할 수 있게 변경
seed QueryString을 추가하여 TILog PostID에 대응하는 색상 이미지 생성
한국어가 깨지는 버그 수정
## 배포
vercel serverless## 사용방법
```
https://og.tilog.link/텍스트 내용(markdown 사용가능).png?md=1&fontSize={폰트 사이즈(px)}&seed={postID값}&images={이미지 URL}OR
https://og.tilog.link/ 접속
```
## 예제 이미지
![틸로그 메인이미지](https://og.tilog.link/.png?md=1&fontSize=90px&seed=3729&images=https://static.tilog.link/tilog-logo-white.svg)
![틸로그 메인이미지](https://og.tilog.link/오늘%20배운것을%20기록하고,%20남들과%20공유해보세요.🤩.png?md=1&fontSize=50px&seed=3729&images=https://static.tilog.link/tilog-logo-white.svg)
![TypeScript](https://og.tilog.link/**TypeScript**.png?md=1&fontSize=100px&seed=3)