bin-pack

A packing algorithm for 2D bin packing. Largely based on code and a blog post by Jake Gordon.

maxrects-packer

A max rectangle 2d bin packer for packing glyphs or images into multiple sprite-sheet/atlas

bin-pack-with-constraints

A packing algorithm for 2D bin packing that allows setting a max width or height. Largely based on code and a blog post by Jake Gordon and Bryan Burgers.