UNPKG

mapillary-js

Version:

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

9 lines (7 loc) 172 B
import {IKey} from "../../API"; /** * Interface that describes the raw image project properties. * * @interface IProject */ export interface IProject extends IKey { }