assetpack icon indicating copy to clipboard operation
assetpack copied to clipboard

fix: pixi.md docs

Open furic opened this issue 1 year ago • 0 comments

Remove the extra brackets, which is an invalid JSON format.

For example, it should be:

pixiPipes({
	texturePacker: { texturePacker: { nameStyle: 'short' }},
}),

Instead of :

pixiPipes({
	texturePacker: {{ texturePacker: { nameStyle: 'short' }}},
}),

P.S. I found having two texturePacker keys confusing and couldn't get it to work with just one on the first try.

furic avatar Sep 13 '24 02:09 furic