Fit
Fit copied to clipboard
Irregular bin packing library by JavaScript
Is it possible for this to force alignment along one edge, eg fill from the entire height of the left?
According to `import NfpWorker from './workers/nfp.worker'` there should be a `NfpWorker` class/module - however I don't see this in any of the files?
Amazing!! This is exactly what I was looking for!! But I'm a noobie in js/webpack and can't figure out how to import and use it in a vue project. Is...
I know with the library this was based on, SVG Nest, you can nest the shapes inside of other shapes, I was wondering if it was possible to get the...
The original `svgnest` uses multi-thread to calculate NFP and placement. `Fit` seems only use 1 workers for `NFP` and `place`. For complex polygons, it will be very slow, will you...
I cloned the repo, installed npms, ran `npm run dev`. The resulting local demo gives bad result for bins small enough to require several. For example, 200 wide and 400...