package.src.symbol.one_em.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapbox-gl Show documentation
Show all versions of mapbox-gl Show documentation
A WebGL interactive maps library
The newest version!
// @flow
// ONE_EM constant used to go between "em" units used in style spec and "points" used internally for layout
export default 24;