@maptiler/sdk
Version:
The Javascript & TypeScript map SDK tailored for MapTiler Cloud
8 lines (7 loc) • 496 B
TypeScript
import { default as MaptilerAnimation } from './MaptilerAnimation';
export { MaptilerAnimation };
export type * from './MaptilerAnimation';
export type * from './types';
export * from './easing';
export { type KeyframeableGeometry, type KeyframeableGeoJSONFeature, lerp, lerpArrayValues, parseGeoJSONFeatureToKeyframes, createBezierPathFromCoordinates, getAverageDistance, simplifyPath, resamplePath, stretchNumericalArray, } from './animation-helpers';
export type * from './animation-helpers';