This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "formatVersion": "1.0", | |
| "name": "Jinhu Collections", | |
| "overview": "Swift package collection", | |
| "keywords": ["swiftui", "ios"], | |
| "packages": [ | |
| { | |
| "url": "https://github.com/exyte/PopupView.git", | |
| "summary": "Toasts and popups library written with SwiftUI.", | |
| "keywords": ["swiftui", "popup", "toast", "floater", "overlay", "ui-component"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // MatrixEffect.swift | |
| // | |
| // Created by J.T on 9/8/24. | |
| // | |
| import SwiftUI | |
| import Combine | |
| class MatrixEffectModel: ObservableObject { |