UNPKG

mapillary-js

Version:

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

11 lines (8 loc) 230 B
import {ICoreNode, IFillNode} from "../../API"; /** * Interface that describes the raw full image properties. * * @interface IFullNode */ export interface IFullNode extends ICoreNode, IFillNode { } export default IFullNode;