hynky's picture
hynky HF staff
fragments
8bf5408
raw
history blame
295 Bytes
// import { plotClusters } from './clusters'
import { init_memory_plot } from './memory'
import { loadFragments } from './fragmentLoader'
document.addEventListener("DOMContentLoaded", () => {
console.log("DOMContentLoaded");
loadFragments();
init_memory_plot();
}, { once: true });