UNPKG

arx-convert

Version:

Converts various Arx Fatalis formats to JSON or YAML and back

8 lines (7 loc) 177 B
/** * @see https://github.com/arx/ArxLibertatis/blob/1.2.1/src/animation/AnimationFormat.h#L124 */ export type ArxTheaSample = { name: string; sizeInBytes: number; };