A helper for rendering HTML content within your SwiftUI applications.
- Supports inline HTML (external CSS) for embedding HTML code directly in your SwiftUI views.
- Enables loading HTML/CSS/JS content from your app bundle for more complex scenarios.
HTMLView("your html code")
HTMLView.fromFile("xxx.html")
HTMLView.fromFile("xxx.html", cssFiles: ["css1, css2"], jsFiles: ["js"])
Phyo Myanmar Kyaw