colinc86 / LaTeXSwiftUI

A SwiftUI view that renders LaTeX.
MIT License
201 stars 35 forks source link

This doesn't work in Playgrounds for some reason #21

Open DashingDave opened 1 year ago

DashingDave commented 1 year ago

After adding the package to a Playgrounds App, the app no longer refreshes.

Also, none of the required packages (MathJaxSwift, etc.) are loaded. They can obviously be loaded individually by finding the addresses in the package manifest, but I'm not sure if that's a Playgrounds issue or an issue with this package.

colinc86 commented 8 months ago

This may be fixed with version 1.3.1. I was able to get it added to a Playgrounds application and have it refreshed. I will keep looking into it more, but if you can confirm this is fixed, I'll close the issue.