I found that the npm code in src/layout.js is error:
import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from '../node_modules/fmin/index.js';
in the github, the code is import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from 'fmin';
could you publish?
I found that the npm code in src/layout.js is error:
import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from '../node_modules/fmin/index.js';in the github, the code is import {nelderMead, bisect, conjugateGradient, zeros, zerosM, norm2, scale} from 'fmin';could you publish?