UNPKG

mapillary-js

Version:

WebGL JavaScript library for displaying street level imagery from mapillary.com

7 lines (5 loc) 94 B
export interface IRotation { phi: number; theta: number; } export default IRotation;