This MR adds in-browser parent/fragment merging.
There is a new column in the results table that provides SMILES/SDF/PDB download links for the full ligand. These structures are computed in-browser using a WebAssembly version of OpenBabel 3.
The Vue component is defined in UI/EmbedFrag.ts
and the generator logic is implemented in DeepFrag/Fuser.ts
.