resumake.io icon indicating copy to clipboard operation
resumake.io copied to clipboard

Consider generating the LaTex document in the client-side

Open ducaale opened this issue 4 years ago • 2 comments

I have recently come across SwiftLaTeX which is a client-side LaTex editor that takes advantage of WebAssembly for the document generation. I think it would be nice to do the same for resumake.io since it would be more faster and responsive for live previewing.

ducaale avatar Apr 20 '21 18:04 ducaale

Thanks for sharing this! This is really cool, going to take a look at this soon when i get a chance and see how performance and stuff is

saadq avatar Apr 20 '21 20:04 saadq

note to self: https://github.com/SwiftLaTeX/SwiftLaTeX/blob/master/src/client/swiftlatex/latexEngine.tsx#L122-L167

saadq avatar Apr 20 '21 20:04 saadq

SwiftLaTeX refactoring work can be followed at https://github.com/ducaale/SwiftLaTeX/tree/comlink

ducaale avatar Dec 17 '23 03:12 ducaale