Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

mudlet-map-diff

Delwing11MIT0.2.1

Project in very early development phase. Sole purpose of releasing it early is to create Github action for map comparison.

mudlet, map, mud

readme

mudlet-map-diff

Project in very early development phase. Sole purpose of releasing it early is to create Github action for map comparison.

Example

createDiff("maps/v1.dat", "maps/v2.dat", "diff").then((diff) => {
    console.log(diff);
});

changelog

0.2.1

  • remove accidentally left resolve() causing failure

0.2.0

  • svgs will have their width and height removed so, they will take up 100% of available space

0.1.0

  • initial release