실시간으로 현재 달의 위상을 보여주는 SVG입니다!
Github 프로필, 웹페이지, 노션 등에 추가해두면 매일매일 변화하는 달을 볼 수 있습니다.
특정 날짜의 달 모양도 만들 수 있으니 태어난 날짜의 달 모양, 특별한 기념일의 달 모양 등등
여러 상황에서 활용해보세요!
HTML Example
<!-- real time -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?theme=basic" alt="moon.svg" />
</a>
<!-- specific date -->
<a href="https://moon-svg.minung.dev">
<img src="https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic" alt="moon.svg" />
</a>
Markdown Example
<!-- real time -->
[](https://moon-svg.minung.dev)
<!-- specific date -->
[](https://moon-svg.minung.dev)
SVG Url (Notion)
<!-- real time -->
https://moon-svg.minung.dev/moon.svg?theme=basic
<!-- specific date -->
https://moon-svg.minung.dev/moon.svg?date=2022-03-24&theme=basic
- 현재 날짜에 맞춰 달의 위상을 보여주는 svg api 추가
- 기능 및 옵션을 확인해볼 수 있는 소개 페이지 추가
- 달 테마 기능 추가 (여러 테마를 선택할 수 있도록)
- 달 각도 조절 기능 추가
- 썸네일 preview 기능
Contributing은 항상 환영합니다!
Star, Issue, Pull Request 등등 모두 감사합니다.
Thanks goes to these wonderful people (emoji key):
Minung Han 🚧 💻 |
Suji Kim 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Distributed under the MIT License. See LICENSE
for more information.