UNPKG

@gmetrixr/rjson

Version:
10 lines (9 loc) 275 B
import { IOrder } from "../../IOrder"; /** * Converts pano image and pano video's rotation_offset to pano_yaw_correction */ declare class Migration implements IOrder { execute(projectJson: unknown): void; } declare const migration: Migration; export default migration;