UNPKG

@rflafla/f1-udp-parser

Version:

The F1 series of games support the outputting of key game data via a UDP data stream. This data can be interpreted by external apps or connected peripherals for a range of different uses, including providing additional telemetry information, customised HU

18 lines 335 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SURFACES = void 0; exports.SURFACES = [ 'Tarmac', 'Rumble strip', 'Concrete', 'Rock', 'Gravel', 'Mud', 'Sand', 'Grass', 'Water', 'Cobblestone', 'Metal', 'Ridged', ]; //# sourceMappingURL=surfaces.js.map