Skip to content

v2.1.0

Compare
Choose a tag to compare
@edemaine edemaine released this 24 Aug 04:01
· 223 commits to main since this release
  • 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 via new Mapping(data) where data is an object or function. (Previously, you had to create a new Mapping and then call the load method.)
  • Document above subset of API as stable