I started to create small swift packages for some functions of my apps that I would like to share with others to use in their apps. Find here a short list of some of them:
A simple KenBurns Effect for SwiftUI Views. Apply the .kenBurns(duration:, maxScale:) modifier to any Image or View you want to animate. Ensure the view has a size defined by its parent container (e.g., a .frame() or VStack/HStack constraint). You can define the length and the max-zoom of the effect.
A Swift package to interact with the Podcast Search Engine and Directory fyyd.
A Swift package for extracting ID3v2 tags from MP3 files, with special focus on chapter frames. This package allows you to read and parse ID3v2 tags from MP3 files, including text frames, picture frames, link frames, and chapter frames.
A Swift API Wrapper for howlongtobeat.com to receive play times of video games.
