You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Rigid/affine MRI registration, entirely in the browser. No data leaves your machine. Reslices a moving image into a stationary template with niimath (BSD -allineate) + NiiVue.",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"test:e2e": "npm run build && node test/smoke.mjs"