Skip to content

0.5.0

Compare
Choose a tag to compare
@shuding shuding released this 02 Apr 15:19
· 55 commits to main since this release
be4e3e3

These 2 options are now supported, so the globe can be no longer always centered:

{
  ...
  scale: scaleRatio as number,
  offset: [leftOffsetInPixel as number, topOffsetInPixel as number],
}

It's now possible to render a globe like this:

CleanShot 2022-04-02 at 17 15 46@2x

What's Changed

  • Add support for scale and offset; switch to pnpm by @shuding in #25

Full Changelog: 0.4.2...0.5.0