atlaspack icon indicating copy to clipboard operation
atlaspack copied to clipboard

:milky_way: Pack images into a texture atlas.

Results 8 atlaspack issues
Sort by recently updated
recently updated
newest added

I tried to pack every 3 words from lorem ipsum and run into weird layout issue: Despite lots of white space on the left i failed to pack 2 short...

Hi @shama. Thank you for sharing this great library. I've rewritten atlaspack in TypeScript [link](https://github.com/pawsong/texture-atlas) because of my opinionated passion for type safety :) Just wanted to let you know...

Closes https://github.com/shama/atlaspack/issues/11

With ES6 adoption growing fast it's nice to have the original source. The current approach results in errors like the following in webpack: ``` WARNING in ~/atlaspack/index.js Critical dependencies: 1:440-447...

If I pack a rect or a literal, I can't find it again using index. ``` javascript var atlaspack = require('atlaspack'); var Rect = atlaspack.Rect; var atlas = atlaspack(100, 100);...

currently the docs for `atlas.uv()` state: ``` javascript var uvmap = atlas.uv(); /* { TOP RIGHT BOTTOM LEFT 'name': [ [0,0], [1,0], [1,1], [0,1] ], } */ ``` When I...

hi - is it possible to remove a rectangle ?

enhancement

Hi, are you still using the npm package name? I have a project I'd love to use the name for, any chance you'd consider reassigning ownership? 🙏