v2.1.0
- New
renderDOM
API feature for rendering DOM elements that contain drawings (e.g. ASCII art) directly into SVG (#64). See these slides for an example of usage. Mapping
API now supports direct construction of a mapping vianew Mapping(data)
wheredata
is an object or function. (Previously, you had to create anew Mapping
and then call theload
method.)- Document above subset of API as stable