Just to note, in pnpm with a vite/svelte template, I get no default import error with import confMat from '@apple/hierarchical-confusion-matrix';
So just had to do import * as confMat from '@apple/hierarchical-confusion-matrix';. Just wanted to note incase yall wanted to change the docs/getting started instructions.