I have a Leaflet LayerGroup that I add turf.buffers to like that:
const buffered = turf.buffer(trackAsJson, 0.5, {units: \'kilometers\'});
Af