UNPKG

@nebula.gl/layers

Version:

A suite of 3D-enabled data editing layers, suitable for deck.gl

11 lines (9 loc) 188 B
// Describes the arrow style of polylines export const ArrowStyles = { NONE: 0, FORWARD: 1, BACKWARD: 2, BOTH: 3, }; export const DEFAULT_ARROWS = 1; export const MAX_ARROWS = 3;