In terminal.app, install ffmpeg through homebrew
brew install ffmpeg
Validate the installation:
| // | |
| // WebViewHTMLContent.swift | |
| // WebViewHTMLContent | |
| // | |
| // Created by Hasan Ali Şişeci on 20.06.2023. | |
| // | |
| import WebKit | |
| import SwiftUI |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |