We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9931773 commit c0b499eCopy full SHA for c0b499e
lib/generate.js
@@ -165,7 +165,6 @@ function generateLayoutInternal(options, callback) {
165
// remove nulls that get introduced if removeOversizedIcons is true
166
imagesWithSizes = imagesWithSizes.filter((img) => img);
167
168
- // TODO: do we need to do anything with other ShelfPack args?
169
// potpack mutates the given array
170
const sprite = potpack(imagesWithSizes);
171
0 commit comments