transformations = [
["(no transform)", (d) => d],
["placemark.rewind", (shape) => placemark.rewindFeature(shape, "RFC7946")],
["placemark.rewind (D3)", (shape) => placemark.rewindFeature(shape, "d3")],
["turf", (shape) => turf.rewind(shape)],
["turf (reverse)", (shape) => turf.rewind(shape, { reverse: true })],
["geotoolbox", (shape) => geotoolbox.rewind(shape, { mutate: false })],
["@fil/rewind", rewind]
]