Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information