Skip to content

Commit

Permalink
dooo compress jsons (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital authored Apr 23, 2024
1 parent 39b61f3 commit 7565af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/texture-packer/src/texturePacker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ export function texturePacker(_options: TexturePackerOptions = {}): AssetPipe<Te
jsonAsset.buffer = Buffer.from(JSON.stringify(json, null, 2));

textureAsset.metaData[tags.fix] = true;
jsonAsset.metaData[tags.nc] = true;

jsonAsset.metaData.page = i;

Expand Down

0 comments on commit 7565af0

Please sign in to comment.