diff --git a/Sources/EDR_Swift/EDRQRCodeView.swift b/Sources/EDR_Swift/EDRQRCodeView.swift index 997ea2c..9c8b3d9 100644 --- a/Sources/EDR_Swift/EDRQRCodeView.swift +++ b/Sources/EDR_Swift/EDRQRCodeView.swift @@ -4,7 +4,7 @@ import SwiftUI public struct EDRQRCodeView: View { @StateObject var viewModel: EDRQRCodeViewModel - init(qrCodeTextContent: String, imageRenderSize: CGSize) { + public init(qrCodeTextContent: String, imageRenderSize: CGSize) { _viewModel = StateObject( wrappedValue: .init( qrCodeTextContent: qrCodeTextContent,