json_hash output. It exists as a named alias so project files can be explicit about which engine they target.
Usage
- CLI
- Project file
Output format
Output is identical to JSON Hash. See the JSON Hash documentation for the complete schema.Loading in PixiJS
PixiJS v7+
PixiJS v6 and earlier
Implementation details
The PixiJS exporter delegates directly toJsonHashExporter. Choosing pixijs vs json_hash produces byte-identical output; the distinction is purely for clarity in project files.
PixiJS expects sprite IDs as the frame keys, which is exactly what FastPack writes. Sprite IDs use forward slashes as path separators on all platforms.
TexturePacker compatibility
TexturePacker’s PixiJS preset also outputs JSON Hash. Output from FastPack loads without modification in PixiJS projects previously built with TexturePacker.Schema reference
For complete schema documentation including all frame fields and metadata, see the JSON Hash format reference. Key points for PixiJS:- Frame keys are sprite IDs (path without extension)
framecontains the atlas texture coordinatesrotatedindicates 90° clockwise rotationtrimmedindicates transparent border removalspriteSourceSizeprovides offset for reconstructionsourceSizecontains original untrimmed dimensions