Skip to content

Commit

Permalink
dooo compress jsons
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodBoyDigital committed Apr 22, 2024
1 parent 39b61f3 commit e98ff83
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 e98ff83

Please sign in to comment.