2017-11-06 16:30:36 -05:00
2017-11-06 16:30:36 -05:00
2017-11-06 16:30:36 -05:00
2017-10-27 12:23:33 -04:00
2017-10-27 12:23:33 -04:00
2017-10-27 12:23:33 -04:00
2017-11-01 10:48:30 -04:00

expressions-transformer

Build Status

Parsing handwritten inputs into Mapbox GL JS-ready expressions via jsep.

Input
2 + 2

Output
['+', 2, 2]
Description
Write Mapbox GL expressions in a more familiar, handwritable, spreadsheet-like, programming-like syntax.
Readme BSD-2-Clause 253 KiB
Languages
JavaScript 100%